LuaVM icon indicating copy to clipboard operation
LuaVM copied to clipboard

Lua Virtual Machine (and various tools) for Lua so you can Lua while you Lua

Results 8 LuaVM issues
Sort by recently updated
recently updated
newest added

- [ ] Put binary files in their own directory - [x] Make LuaVM libraries export via return and not globals - [ ] Expansive test system for bytecode and...

enhancement

Decompiler3 opts to throw an error when varargs is used. #17 should help fix this.

bug
part:decompiler3

The inliner has troubles sometimes. Most of the inliner will be replaced once #17 is resolved.

bug
part:decompiler3

This prevents the decompiled code from running. This needs to be fixed so we can test the decompiler output.

bug
part:decompiler3

The new block system properly finds all Lua block constructs (including CLOSE, needed for finding standalone do end blocks), but the decompilation core doesn't use it. It needs to be...

bug
part:decompiler3

The VM has a testing suite, so now the bytecode loader/patcher/dumper needs a testing suite! Decompiler2 also needs a testing suite.

enhancement
part:vm
part:decompiler2-deprecated