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

feat: implement global keyword in lua55 writer

This commit is contained in:
Étienne Fildadut 2025-11-24 19:11:06 +01:00
parent e2a1c51c2d
commit 73e3f95636
5 changed files with 62 additions and 13 deletions

View file

@ -1,5 +1,15 @@
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