Dumb Brainf*** interpreter written in Rust
Go see [brainfreeze](https://github.com/ashton314/brainfreeze) for a much cooler (and faster!) version.
| src | Update sizes; got hanoi running | |
| .gitignore | Parsing and instcombine pass | |
| Cargo.lock | Parsing and instcombine pass | |
| Cargo.toml | Parsing and instcombine pass | |
| hanoi.b | Add Hanoi benchmark to repo | |
| hello.b | Parsing and instcombine pass | |
| mandel.b | Runs mandelbrot | |
| README.org | Runs mandelbrot | |
Rusty Brain
A dumb Brainf*** interpreter written in Rust.
See Brainfreeze for a much cooler (ha) compiler that goes way faster.
SYNOPSIS
cargo run hello.b
cargo run mandelbrot.b