/bfit

Fast brainfuck interpreter written in idiomatic Rust

Primary LanguageRustGNU General Public License v3.0GPL-3.0

Rust Brainfuck Interpreter

Simple and fast brainfuck interpreter written in Rust. Designed to show that idiomatic safe rust code can produce highly optimised binaries.

Brainfuck source code is passed directly as the first argument to the program.

License is GPLv3. Suggestions and pull requests welcome.