#brainfuck #interpreter #extendable #wasm-interpreter #wasm #cli

yanked rbfi

Extendable brainfuck interpreter written in Rust

2 stable releases

1.2.1 Aug 3, 2023
1.2.0 Jul 31, 2023

#19 in #extendable

BSD-3-Clause

9KB
174 lines

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

No runtime deps