brainfuck
brainfuck copied to clipboard
A simple brainfuck interpreter in Rust.
brainfuck
A simple brainfuck interpreter in Rust.
Usage
This project follows a very standard Rust setup.
cargo run # Runs the executable.
cargo test # Runs the tests.