rbfi 1.2.0

Extendable brainfuck interpreter written in Rust
1
2
3
4
5
6
7
8
9
10
11
12
13
# RBFI
A simple and fast brainfuck interpreter written in Rust!

## Building
Run ```cargo build --release``` to build the file with the compiler's optimizations!

## Running
Run the compiled binary directily w/ whatever brainf*ck file you want to run

```./rbfi cool.bf```

## Notes
- This was just made as a fun project, most likely won't be mantained for long