Skip to content

Latest commit

 

History

History
23 lines (20 loc) · 465 Bytes

README.md

File metadata and controls

23 lines (20 loc) · 465 Bytes

libre-lang

A small imperative language built in racket for educational purposes, as part of a series of articles for LiBRE Magazin.

Installation

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

Testing

raco test tests

or, to run the example code:

racket example.rkt