# bif - The Rusty Brainfuck Interpreter bif is a cli that lets you run brainfuck programs blazingly fast. ## Installation Run ```BASH cargo install bif ``` ## Usage ``` Usage: bif [OPTIONS] Arguments: Brainfuck Source File Options: -i, --input Input to the program [default: ] -c, --capacity Tape Capacity [default: 30000] -s, --step Number of millis between steps [default: 0] -h, --help Print help -V, --version Print version ```