aboutsummaryrefslogtreecommitdiffstats
path: root/teal-src/util/dataforms.d.tl
Commit message (Collapse)AuthorAgeFilesLines
* util.dataforms: Add missing :data() to Teal definitionKim Alvefur2021-11-151-0/+1
|
* util.dataforms: Restructure Teal definition fileKim Alvefur2021-11-151-45/+46
| | | | | The PR has been merged and there's no reason not to have nested records and other definitions.
* util: Add Teal interface definition filesKim Alvefur2021-03-091-0/+52
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.