Language independent pre-processor, implemented in Racket.
To have a Racket interpreter running and interact with it, you can use:
racket -f src/preprocess.rkt -i
To execute one of the examples available, you can do:
racket -f src/example/EXAMPLE_NAME_HERE
, where EXAMPLE_NAME_HERE
is the name of the example Racket file.