Besides a couple of minor improvements to the launcher and test coverage, the highlight of this feature is the addition of the primitive WORDS
which is part of the self-documenting system (alongside SEE
).
BTW, to test out the quality of bjForth, I used this version to implement the 1st chapter of StockPerson and the result was quite pleasing: https://github.com/bahmanm/stockperson-bjForth 🎉
What's Changed
- Create a launcher by @bahmanm in #302
- Implement QTRUE and QFALSE primitives by @bahmanm in #303
- Update dependency org.assertj:assertj-core to v3.27.1 by @renovate in #304
- Implement the WORDS primitive by @bahmanm in #305
- Pass arguments (Forth sources) to the launcher by @bahmanm in #306
Full Changelog: v0.0.4...v0.0.5