1 unstable release
0.0.1 | Oct 3, 2020 |
---|
#56 in #reliable
17KB
435 lines
The Brainfuck Interpreter
Brainf interpreter written in Rust. Fast, reliable, and easy to install.
Installation
If you don't have Rust yet, install it through
rustup
as specified here. This
also install cargo
- Rust's default package manager which we'll use to
install brainf-rs
in seconds.
Here's what you need to do once you have Rust and Cargo installed:
git clone https://github.com/sharpvik/brainf-rs
cd brainf-rs
cargo install --path .
Dependencies
~0.7–10MB
~47K SLoC