/brainf

A brainfuck interpreter written in Rust 🦀

Primary LanguageRust

brainf

A brainfuck interpreter written in Rust 🦀. Do not I wrote this in my spare time... but still its good!

Run Locally

Clone the project

  git clone https://github.com/codeaye/brainf

Go to the project directory

  cd brainf

Install the cli globally with cargo

  make

Or if you dont have make, just run

  cargo install --path . --profile release

Then put some brainfuck in a file (extension doesnt matter!) Then run:

  brainf ./path/to/file.bf