1
0
Fork
You've already forked rusty_brain
0
Dumb Brainf*** interpreter written in Rust Go see [brainfreeze](https://github.com/ashton314/brainfreeze) for a much cooler (and faster!) version.
  • Brainfuck 88.7%
  • Rust 11.3%
2025年11月22日 22:39:17 -07:00
src Update sizes; got hanoi running 2025年11月22日 22:35:20 -07:00
.gitignore Parsing and instcombine pass 2025年11月11日 10:48:05 -07:00
Cargo.lock Parsing and instcombine pass 2025年11月11日 10:48:05 -07:00
Cargo.toml Parsing and instcombine pass 2025年11月11日 10:48:05 -07:00
hanoi.b Add Hanoi benchmark to repo 2025年11月22日 22:39:17 -07:00
hello.b Parsing and instcombine pass 2025年11月11日 10:48:05 -07:00
mandel.b Runs mandelbrot 2025年11月11日 14:18:05 -07:00
README.org Runs mandelbrot 2025年11月11日 14:18:05 -07:00

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