Crates.io | brainfuckr |
lib.rs | brainfuckr |
version | 0.1.3 |
source | src |
created_at | 2023-10-09 18:34:32.435186 |
updated_at | 2023-10-10 06:04:11.008494 |
description | Yet another brainfuck interpreter written in Rust |
homepage | https://github.com/omgitsaheadcrab/brainfuckr |
repository | https://github.com/omgitsaheadcrab/brainfuckr |
max_upload_size | |
id | 998331 |
size | 730,146 |
Yet another brainfuck interpreter written in Rust.
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.