luac-parser-rs icon indicating copy to clipboard operation
luac-parser-rs copied to clipboard

lua51 decoded code uses "goto", which is exclusive to lua52+

Open marioandluigisuperstarsaga opened this issue 1 year ago • 1 comments
trafficstars

read here: http://lua-users.org/wiki/GotoStatement "goto" function doesn't work in lua51, yet decoded lua51 code with this tool uses it

Same issues there, having labels and goto in lua51 while apparently not supported.

Retsim avatar Jan 17 '24 23:01 Retsim