1 2 3 4 5 6 7 8 9 10 11 12 13 14 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