rbfi 1.2.1

Extendable brainfuck interpreter written in Rust
Documentation
  • Coverage
  • 3.7%
    1 out of 27 items documented0 out of 16 items with examples
  • Size
  • Source code size: 22.48 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.74 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 9s Average build duration of successful builds.
  • all releases: 9s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • tulilirockz
rbfi-1.2.1 has been yanked.

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