aboutsummaryrefslogtreecommitdiff
path: root/tablgen.lua
diff options
context:
space:
mode:
authorrtk0c <[email protected]>2025-10-15 20:31:31 +0000
committerrtk0c <[email protected]>2025-10-15 20:31:31 +0000
commit81cab430b58b75fe0a6c75722908481dd4d9d55a (patch)
tree499ba0404470de6047238eb554da6f2afa965e24 /tablgen.lua
parentbc8c20d1e93b5c18e8915d356e74024092a74ce8 (diff)
Move imported files into metafang/ dirHEADmaster
this metaprogramming attempt was started outside, and then imported here 5124eb80701523ac16928219e9a1031eded128ef..bc8c20d1e93b5c18e8915d356e74024092a74ce8
Diffstat (limited to 'tablgen.lua')
-rw-r--r--tablgen.lua15
1 files changed, 0 insertions, 15 deletions
diff --git a/tablgen.lua b/tablgen.lua
deleted file mode 100644
index 3cef364..0000000
--- a/tablgen.lua
+++ /dev/null
@@ -1,15 +0,0 @@
-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