A small imperative language built in racket for educational purposes, as part of a series of articles for LiBRE Magazin.
Dependencies are:
- racket (and raco, for installation purposes)
- brag (available as a racket package)
git clone https://github.com/lucantrop/libre-lang
cd libre-lang
raco pkg install
raco test tests
or, to run the example code:
racket example.rkt