mirror of
https://github.com/Reuh/candran.git
synced 2025-10-27 17:59:30 +00:00
Add Lua 5.2 target
This commit is contained in:
parent
bf4cadc349
commit
7e4b46ba7d
6 changed files with 1359 additions and 279 deletions
|
|
@ -22,8 +22,14 @@ tags.Break = ()
|
|||
end
|
||||
|
||||
-- Unsuported features
|
||||
tags.Goto = nil
|
||||
tags.Label = nil
|
||||
tags.Goto = ()
|
||||
error("target "..targetName.." does not support gotos")
|
||||
end
|
||||
tags.Label = ()
|
||||
error("target "..targetName.." does not support goto labels")
|
||||
end
|
||||
|
||||
#placeholder("patch")
|
||||
|
||||
#local patch = output
|
||||
#output = ""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue