To begin, clone the repository with
git clone https://github.com/omgitsaheadcrab/brainfuckr
Tests can be run using cargo
cargo test
Evaluate example .b
source file
cargo run -- --src tests/test_files/hello_world.b
Distributed under the MIT License. See LICENSE for more information.