Brainfuck interpreter and compiler in Rust using Logos.
Everything you need to know is available through the --help
flag and the provided compile_examples.sh
.
Nevertheless, example usage for full compilation is:
$ rlbf -i input.bf -o output --full