brainfuck

Build Status

A simple brainfuck interpreter in Rust.

Documentation

Usage

This project follows a very standard Rust setup.

sh cargo run # Runs the executable. cargo test # Runs the tests.