#install #reliable

app brainf

Brainfuck interpreter written in Rust

1 unstable release

0.0.1 Oct 3, 2020

#94 in #reliable

MIT license

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.5–9.5MB
~58K SLoC