Skip to content

Releases: MadcapJake/rabble

v0.3.1

09 Apr 06:11
Compare
Choose a tag to compare

Changes

  • Bump version in META6 and Rabble class module

v0.3.0

09 Apr 06:08
Compare
Choose a tag to compare

Changes

  • Fix check for rabble file in MAIN
  • Make Definitions work
  • Add tests for all builtin words
  • Adjust some logging
  • Add nip, tuck, inc, and dec
  • Add a basic REPL: rabble --repl or rabble -r

v0.2.0

07 Apr 06:24
Compare
Choose a tag to compare

Changes

  • Better execution model
  • Quotations work now
  • More words added (combinators)
  • Supports interpreting .rbl files
  • Fix emit
  • Basic readme

v0.1.0

06 Apr 06:24
Compare
Choose a tag to compare

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