aboutsummaryrefslogtreecommitdiff
path: root/tablgen.lua
diff options
context:
space:
mode:
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