Skip to content

marcothms/brainfuck-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 

About

A brainfuck implementation in Rust

Resources

Stars

Watchers

Forks

Languages