From bc8c20d1e93b5c18e8915d356e74024092a74ce8 Mon Sep 17 00:00:00 2001 From: rtk0c Date: Thu, 9 Oct 2025 19:41:45 +0000 Subject: Extra thoughts --- cm.lua | 2 ++ 1 file changed, 2 insertions(+) (limited to 'cm.lua') 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) -- cgit v1.3.1