1
0
Fork
You've already forked rustfuck-optimized
0
An optimizing Brainfuck interpreter written in Rust. Currently my fastest implementation yet.
  • Rust 100%
2026年06月01日 19:33:18 +02:00
src Initial commit 2026年06月01日 19:33:18 +02:00
.gitignore Initial commit 2026年06月01日 19:33:18 +02:00
Cargo.lock Initial commit 2026年06月01日 19:33:18 +02:00
Cargo.toml Initial commit 2026年06月01日 19:33:18 +02:00
LICENSE Initial commit 2026年06月01日 19:33:18 +02:00
README.md Initial commit 2026年06月01日 19:33:18 +02:00

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