An open API service indexing awesome lists of open source software.

https://github.com/64/bfit

Fast brainfuck interpreter written in idiomatic Rust
https://github.com/64/bfit

brainfuck

Last synced: about 2 months ago
JSON representation

Fast brainfuck interpreter written in idiomatic Rust

Awesome Lists containing this project

README

          

# 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.