2 releases

0.1.1 Apr 27, 2024
0.1.0 Apr 3, 2024

#1772 in Command line utilities

Download history 145/week @ 2024-04-02 5/week @ 2024-04-09 177/week @ 2024-04-23 15/week @ 2024-04-30

199 downloads per month

MIT license

225KB
1K SLoC

termbf

Crate Status

Terminal Brainf*ck visualizer

Installation

$ cargo install termbf

Usage

termbf - Terminal Brainf*ck visualizer

Usage: termbf --source <FILE>

Options:
  -s, --source <FILE>  brainf*ck source code file
  -h, --help           Print help
  -V, --version        Print version

Brainf*ck interpreter specification

  • EOF returns 0
  • cell size is u8
  • pointer is u8
  • Exceeding the cell and pointer value range causes a runtime error
  • All characters other than the eight basic commands are ignored

License

MIT

Dependencies

~6–13MB
~132K SLoC