aboutsummaryrefslogtreecommitdiffstats
path: root/teal-src/util/encodings.d.tl
Commit message (Collapse)AuthorAgeFilesLines
* Spelling: Fix various spelling mistakes (thanks timeless)Kim Alvefur2022-03-071-1/+1
| | | | | | Words, sometimes I wonder how they even work Maybe I missed something.
* teal: Use new integer support in Teal 0.13.0Kim Alvefur2021-03-181-1/+1
|
* util: Add Teal interface definition filesKim Alvefur2021-03-091-0/+27
Enables writing code in Teal that is aware of the interfaces and function prototypes in these other utils. Could also be used to do type checks on Lua sources, but this tends to have a lot of noise.