termbf

Crates.iotermbf
lib.rstermbf
version0.1.1
sourcesrc
created_at2024-04-03 09:33:26.667923
updated_at2024-04-27 00:14:07.907646
descriptionTerminal Brainf*ck visualizer
homepagehttps://github.com/lusingander/termbf
repositoryhttps://github.com/lusingander/termbf
max_upload_size
id1194856
size351,632
Kyosuke Fujimoto (lusingander)

documentation

README

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

Commit count: 30

cargo fmt