luac-parser-rs
luac-parser-rs copied to clipboard
lua bytecode parser written in Rust using nom, part of metaworm's lua decompiler, support lua51/lua52/lua53/lua54/luajit/luau https://luadec.metaworm.site/
Results
44
luac-parser-rs issues
Sort by
recently updated
recently updated
newest added
-- filename: @.lua -- version: lua54 -- line: [0, 0] id: 0 -- error: decompile function#0: generate_assignment(0) -- Caused by: -- NewTable instruction must be followed by an ExtraArg in...
a = a or b turns into a = a and b
... = ... -- error: untaken top expr