bif

Crates.iobif
lib.rsbif
version0.2.0
sourcesrc
created_at2023-03-17 10:40:31.325273
updated_at2023-03-17 10:40:31.325273
descriptionThe Rusty Brainfuck Compiler
homepagehttps://github.com/lukeleppan/bif
repositoryhttps://github.com/lukeleppan/bif
max_upload_size
id812622
size17,119
Luke Leppan (lukeleppan)

documentation

README

bif - The Rusty Brainfuck Interpreter

bif is a cli that lets you run brainfuck programs blazingly fast.

Installation

Run

cargo install bif

Usage

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
Commit count: 11

cargo fmt