aboutsummaryrefslogtreecommitdiff
path: root/cm.lua
diff options
context:
space:
mode:
Diffstat (limited to 'cm.lua')
-rw-r--r--cm.lua2
1 files changed, 2 insertions, 0 deletions
diff --git a/cm.lua b/cm.lua
index 42fd532..e2d11f6 100644
--- a/cm.lua
+++ b/cm.lua
@@ -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)