Use new comments format
(compiler) Boilerplate
Starting new compiler
A fractran playground based on rewrite rules.
cc src/fractran.c -o bin/fractran
To run a project without interaction:
./bin/fractran example/fizzbuzz.fra
To run a project interactively:
./bin/fractran -i example/tictactoe.fra
:: reserve-name
:: foo bar > baz
:: abc > def ghi
accumulator: bar abc foo