brainf
A brainfuck interpreter written in Rust
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