This is yet another brainfuck interpreter written in Rust. It's blazing fast. I made this to test my skills in Rust and it was a good learning experience.
- Clone the repository:
git clone https://github.com/nexxeln/brainfuck_interpreter
- Change directory:
cd brainfuck_interpreter
- Build the project:
cargo build --release
- Run the program:
cargo run --release f <RELATIVE FILE PATH>
Feel free to contribute!