Skip to content

v2023.03.22

Latest
Compare
Choose a tag to compare
@scratchminer scratchminer released this 22 Mar 23:30
· 3 commits to main since this release

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-style import "library" syntax along with the current import("library").
  • Add some command line argument documentation (since even the SourceForge version didn't have much of that).