An optimizing Brainfuck interpreter written in Rust. Currently my fastest implementation yet.
| src | Initial commit | |
| .gitignore | Initial commit | |
| Cargo.lock | Initial commit | |
| Cargo.toml | Initial commit | |
| LICENSE | Initial commit | |
| README.md | Initial commit | |
rustfuck-optimized
An optimizing Brainfuck interpreter written in Rust.
Usage
You'll need the Rust toolchain:
cargo run -- <path to brainfuck file>
You can also build an optimized executable:
cargo build --release