rbfi 1.2.0

Extendable brainfuck interpreter written in Rust
rbfi-1.2.0 is not a library.

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

  • This was just made as a fun project, most likely won't be mantained for long