diff options
Diffstat (limited to 'tablgen.lua')
| -rw-r--r-- | tablgen.lua | 10 |
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 |
