LuaVM
LuaVM copied to clipboard
Lua Virtual Machine (and various tools) for Lua so you can Lua while you Lua
- [ ] Put binary files in their own directory - [x] Make LuaVM libraries export via return and not globals - [ ] Expansive test system for bytecode and...
Decompiler3 opts to throw an error when varargs is used. #17 should help fix this.
The inliner has troubles sometimes. Most of the inliner will be replaced once #17 is resolved.
This prevents the decompiled code from running. This needs to be fixed so we can test the decompiler output.
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...
The VM has a testing suite, so now the bytecode loader/patcher/dumper needs a testing suite! Decompiler2 also needs a testing suite.