mirror of
https://github.com/Reuh/candran.git
synced 2025-10-27 17:59:30 +00:00
18 lines
346 B
Text
18 lines
346 B
Text
targetName = "Lua 5.3"
|
|
|
|
-- Unsuported features
|
|
tags.AttributeId = (t)
|
|
if t[2] then
|
|
error("target "..targetName.." does not support variable attributes")
|
|
else
|
|
return t[1]
|
|
end
|
|
end
|
|
|
|
#placeholder("patch")
|
|
|
|
#local patch = output
|
|
#output = ""
|
|
#import("compiler.lua54", { preprocessorEnv = { patch = patch }, loadPackage = false })
|
|
|
|
return lua54
|