A virtual machine written in rust, for code written in brainfuck
Please use the latest binary(built for linux) for use
You must first install the rust compiler and the Cargo package management system.
in the package, run
cargo run --release <filename1> <filename2> ...
or just
cargo run --release
to spin up a terminal session
if you are using the binary directly, run
./brainfuck <filename1> <filename2>
- Watch this [awesome video](https://www.youtube.com/watch?v=hdHjjBS4cs8) by Fireship.io
- Visit this [site](https://gist.github.com/roachhd/dce54bec8ba55fb17d3a) to learn the language