Speedy brainfuck interpreter written fully in rust.
brainfuck [-vh] [file]
-v --version Shows version information
-h --help Shows the help message
Make sure you have cargo installed.
Clone this repo
git clone https://github.com/clear-leo/BrainFuck-rs.git
cd into the repository and build
cd BrainFuck-rs
cargo build --release
Make sure you have cargo installed.
Clone this repo
git clone https://github.com/clear-leo/BrainFuck-rs.git
cd into the repository and install
cd BrainFuck-rs
cargo install --path .