RBFI

A simple and fast brainfuck interpreter written in Rust!

Building

Run cargo build --release to build the file with the compiler's optimizations!

Running

Run the compiled binary directily w/ whatever brainf*ck file you want to run

./rbfi cool.bf

Notes