aboutsummaryrefslogtreecommitdiff
path: root/metafang/tablgen.lua
blob: 3cef3640913392e378ed92e0e18bf6bf7d749fab (plain)
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