Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 378 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 378 Bytes

brainfuck

Build Status

A simple brainfuck interpreter in Rust.

Documentation

Usage

This project follows a very standard Rust setup.

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