Version 7.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