1
0
Fork 0
mirror of https://github.com/Reuh/candran.git synced 2026-02-04 02:08:40 +00:00
candran/compiler/lua54.can

19 lines
299 B
Text

targetName = "Lua 5.4"
tags.Global = (t)
error("NYI")
end
tags.Globalrec = (t)
error("NYI")
end
tags.GlobalAll = (t)
error("NYI")
end
#placeholder("patch")
#local patch = output
#output = ""
#import("compiler.lua55", { preprocessorEnv = { patch = patch }, loadPackage = false })
return lua55