aboutsummaryrefslogtreecommitdiff
path: root/tablgen.lua
diff options
context:
space:
mode:
authorrtk0c <[email protected]>2025-10-09 19:41:45 +0000
committerrtk0c <[email protected]>2025-10-15 20:28:15 +0000
commitbc8c20d1e93b5c18e8915d356e74024092a74ce8 (patch)
tree68572587354e928075f84bfbb3f71db21e9d174e /tablgen.lua
parentab49edbb106c25b980bac0227a3db55b74378784 (diff)
Extra thoughts
Diffstat (limited to 'tablgen.lua')
-rw-r--r--tablgen.lua10
1 files changed, 10 insertions, 0 deletions
diff --git a/tablgen.lua b/tablgen.lua
index ae8a4fb..3cef364 100644
--- a/tablgen.lua
+++ b/tablgen.lua
@@ -1,5 +1,15 @@
local F = {}
+local function tostrType(t)
+end
+
+--- Output the given text as-is to the generated file.
+function F:Write(chunk)
+ -- TODO
+
+end
+
function F:WriteFuncDecl(func_name, ret, arg)
+ -- Write to output as a C function declaration
-- TODO
end