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