Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lusingander/termbf
Terminal Brainf*ck visualizer ðŸ§
https://github.com/lusingander/termbf
brainfuck brainfuck-interpreter ratatui terminal tui
Last synced: about 2 months ago
JSON representation
Terminal Brainf*ck visualizer ðŸ§
- Host: GitHub
- URL: https://github.com/lusingander/termbf
- Owner: lusingander
- License: mit
- Created: 2024-04-03T09:35:25.000Z (9 months ago)
- Default Branch: master
- Last Pushed: 2024-10-14T12:20:43.000Z (3 months ago)
- Last Synced: 2024-10-31T12:15:27.663Z (2 months ago)
- Topics: brainfuck, brainfuck-interpreter, ratatui, terminal, tui
- Language: Rust
- Homepage:
- Size: 475 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# termbf
[![Crate Status](https://img.shields.io/crates/v/termbf.svg)](https://crates.io/crates/termbf)
Terminal Brainf\*ck visualizer
## Installation
```
$ cargo install termbf
```## Usage
```
termbf - Terminal Brainf*ck visualizerUsage: termbf --source
Options:
-s, --source 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