Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 401 Bytes

File metadata and controls

15 lines (11 loc) · 401 Bytes

BFC: BrainFuck Compiler (not really a compiler)

A brainfuck parser and runtime (vm/interpreter).

To run your brainfuck program:

cargo run --release -- program.bf

There are some examples in the examples/ directory which you can run by running:

cargo run --release -- exammples/[file_name]

all the examples are taken from https://brainfuck.org/