Brainf*ck interpreter written in Rust
- 8-bit per cell (wrapping)
- allowing negative memory access
- tape size is fixed, abort when go out of range
- JIT compilation (WIP, only for x64)
$ RUSTFLAGS="-C target-cpu=native" cargo run --release -- examples/mandelbrot.bf
$ RUSTFLAGS="-C target-cpu=native" cargo run --release -- --with-jit examples/mandelbrot.bf