1 个不稳定版本

0.2.0 2023年3月17日

#1049编程语言

自定义许可

7KB
99

bif - Rust脑fuck解释器

bif 是一个命令行工具,可以让您以惊人的速度运行 brainfuck 程序。

安装

运行

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

依赖项

~1.2–1.7MB
~33K SLoC