| Crates.io | bif |
| lib.rs | bif |
| version | 0.2.0 |
| created_at | 2023-03-17 10:40:31.325273+00 |
| updated_at | 2023-03-17 10:40:31.325273+00 |
| description | The Rusty Brainfuck Compiler |
| homepage | https://github.com/lukeleppan/bif |
| repository | https://github.com/lukeleppan/bif |
| max_upload_size | |
| id | 812622 |
| size | 17,119 |
bif is a cli that lets you run brainfuck programs blazingly fast.
Run
cargo install bif
Usage: bif [OPTIONS] <source file>
Arguments:
<source file> Brainfuck Source File
Options:
-i, --input <INPUT> Input to the program [default: ]
-c, --capacity <TAPE_CAP> Tape Capacity [default: 30000]
-s, --step <STEP> Number of millis between steps [default: 0]
-h, --help Print help
-V, --version Print version