Skip to content

Version 7.0.1

Compare
Choose a tag to compare
@MalteT MalteT released this 01 Feb 20:09
· 65 commits to main since this release
v7.0.1

Mainly:

  • Add *STACKSIZE 0 instruction to parser
  • Fix the semantics of *STACKSIZE NOSET
  • Watch the stack pointer and error if the stack leaves it's bounds
  • Verify the default stack size (16)
  • Verify resets for all states
  • Move runner functionality from the binary to the library and extend it (only in the library, for now)
  • Add fuzzy and normal test for a lot of the above and some regressions

Also:

  • Setup CI for Tests/Builds/Format/README
  • Apply new clippy code suggestions
  • Restructure the repository
  • Started experimenting with wasm
  • Replace dependency failure -> thiserror