LuaVM icon indicating copy to clipboard operation
LuaVM copied to clipboard

Decompiler3: Bridge the new block system over to the core decompilation code

Open ds84182 opened this issue 8 years ago • 0 comments

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 modified to switch between the old logic (for comparison) and the new logic (for accuracy).

This is technically a bug because Decompiler3 has some bugs in the current block handling code.

ds84182 avatar Jul 01 '17 21:07 ds84182