aboutsummaryrefslogtreecommitdiffstats
path: root/teal-src/util/human
Commit message (Collapse)AuthorAgeFilesLines
* teal: Move into prosody namespaceKim Alvefur2023-03-232-36/+0
|
* util.human.io: Add Teal interface definitionKim Alvefur2021-11-101-0/+28
|
* util.human.units: Specify enum argument to format()Kim Alvefur2021-07-051-1/+4
|
* util: Add Teal interface definition filesKim Alvefur2021-03-091-0/+5
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.