diff options
| author | rtk0c <[email protected]> | 2025-10-09 19:41:45 +0000 |
|---|---|---|
| committer | rtk0c <[email protected]> | 2025-10-15 20:28:15 +0000 |
| commit | bc8c20d1e93b5c18e8915d356e74024092a74ce8 (patch) | |
| tree | 68572587354e928075f84bfbb3f71db21e9d174e /cm.lua | |
| parent | ab49edbb106c25b980bac0227a3db55b74378784 (diff) | |
Extra thoughts
Diffstat (limited to 'cm.lua')
| -rw-r--r-- | cm.lua | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,6 +1,8 @@ -- Cm: name inspired by "C meta(language)", but it's not really a metalangauge (whatever this means) of C (or anything else) local function LateResolveType(name) + -- "lb" - Lazy Binding + return {_tag = "lb", _lb_typename = name} end local function TypeTagger(tag) |
