https://github.com/lusingander/termbf
Terminal Brainf*ck visualizer ðŸ§
https://github.com/lusingander/termbf
brainfuck brainfuck-interpreter ratatui terminal tui
Last synced: 9 days 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 (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-12-15T08:58:51.000Z (4 months ago)
- Last Synced: 2025-03-28T00:01:31.225Z (26 days ago)
- Topics: brainfuck, brainfuck-interpreter, ratatui, terminal, tui
- Language: Rust
- Homepage:
- Size: 478 KB
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# termbf
[](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