Since the previous release, these behaviors have been fixed, changed, or added:
- Parsing for the Playdate legacy bytecode (specifically boolean, number, and string constants) has been correctly done to match the latest commit to the Lua 5.4 fork.
- The legacy
LOADBOOL
opcode has now been implemented, even though I haven't seen any games use it. - The number of errors encountered when decompiling stripped bytecode has decreased significantly (zero? who knows...)
To-do:
- Support the
pdc
-styleimport "library"
syntax along with the currentimport("library")
. - Add some command line argument documentation (since even the SourceForge version didn't have much of that).