BrainFuck.rs Rust implementation of BrainFuck language interpreter. This interpreter of COW language used as a reference. Running Use cargo run %path_to_file% to run the program. For example $ cargo run test/hello_world.bf will run the hello world program.