Releases: MadcapJake/rabble
Releases · MadcapJake/rabble
v0.3.1
v0.3.0
Changes
- Fix check for rabble file in MAIN
- Make Definitions work
- Add tests for all builtin words
- Adjust some logging
- Add
nip
,tuck
,inc
, anddec
- Add a basic REPL:
rabble --repl
orrabble -r
v0.2.0
Changes
- Better execution model
- Quotations work now
- More words added (combinators)
- Supports interpreting
.rbl
files - Fix
emit
- Basic readme
v0.1.0
First version of Rabble!
New
- Grammar-based reader
- Action-based compiler
- Arithmetic words
- Comparators
- IO words
- Shufflers
- Stack words
Upcoming
- Tests!
- More words
- Support filepath input
- Better debugging
- REPL
- A readme and docs