Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 383 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 383 Bytes

Brainfuck Interpreter

Codethink Rust Sessions, ongoing homework project. Once this is completed, it will serve as a reference Rust project - for this reason, clippy is strict.

$ cargo run -- helloworld.bf
    Finished dev [unoptimized + debuginfo] target(s) in 0.01s
     Running `target/debug/bft helloworld.bf`
hello world

See also: