rbfi

Crates.iorbfi
lib.rsrbfi
version1.2.1
sourcesrc
created_at2023-07-31 22:57:52.381393
updated_at2023-08-03 03:34:11.361091
descriptionExtendable brainfuck interpreter written in Rust
homepage
repository
max_upload_size
id931272
size22,978
Tulili (tulilirockz)

documentation

README

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
Commit count: 0

cargo fmt