A brainfuck parser and runtime (vm/interpreter).
To run your brainfuck program:
cargo run --release -- program.bfThere are some examples in the examples/ directory which you can run by running:
cargo run --release -- exammples/[file_name]all the examples are taken from https://brainfuck.org/