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/
lua version: 5.1 The code of "and or" syntax cannot be correctly recognized, and a non-existent label of goto will be generated in the output result example: original code: `r6...
[lua.txt](https://github.com/user-attachments/files/16118038/lua.txt)
That luac parser code, is it possible to convert it to Python? I need this code in Python but when analyzing the code base it seems to be too complex...
decompile: parse luac: Error( Alt( [ Base { location: 4, kind: Kind( Tag, ), }, Base { location: 4, kind: Kind( Tag, ), }, Base { location: 4, kind: Kind(...
decompile: parse luac: Error( Alt( [ Base { location: 0, kind: Kind( Tag, ), }, Base { location: 0, kind: Kind( Tag, ), }, ], ), )
I'm getting the following error when I try to decompile a lua file: `decompile: connect: Failed to connect to the server. CloseEvent: CloseEvent { code: 1015, reason: "", was_clean: false...
怎么用啊
Help me
I can't decompile the file, please help me. (Decomfile timeout) [utils.lua.txt](https://github.com/user-attachments/files/19864792/utils.lua.txt)