luac-parser-rs
luac-parser-rs copied to clipboard
lua51 decoded code uses "goto", which is exclusive to lua52+
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.