Skip to content
This repository has been archived by the owner on Jul 28, 2022. It is now read-only.

Releases: Ljzn/mini_forth

v0.1.1

30 Aug 19:45
Compare
Choose a tag to compare
  • Fix bug: the wrong result when using the loop with literal
  • Fix bug: can't properly evaluate core opcodes in compile time

v0.1.0

28 Aug 13:17
Compare
Choose a tag to compare
  • re-implement a lot of OP_CODEs in MiniForth. source code
  • add tests for OP_CODEs, all tests written in MiniForth too. source code
  • now the input and output of all OP_CODEs are binary.