64 / bfit

Fast brainfuck interpreter written in idiomatic Rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Fast brainfuck interpreter written in idiomatic Rust

License:GNU General Public License v3.0


Languages

Language:Rust 100.0%