2025-04-22 10:07:02 +09:00
2025-04-22 09:17:27 +09:00
2025-04-22 10:07:02 +09:00
2025-04-22 10:07:02 +09:00
2025-04-22 03:39:23 +02:00

brainfuck-rs

This is a simple brainfuck implementation is Rust

Why? Because I needed it for a university assignment.

Usage

Compile using cargo, then provide a file with the brainfuck code:

$ cargo run -- examples/hello_world.bf
Hello World!

Also has some debug prints:

$ RUST_LOG=info cargo run -- examples/hello_world.bf
$ RUST_LOG=debug cargo run -- examples/hello_world.bf 
Description
No description provided
Readme 36 KiB
Languages
Rust 100%