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:
parent
e2a1c51c2d
commit
73e3f95636
5 changed files with 62 additions and 13 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue