Crates.io | brainfuck-int |
lib.rs | brainfuck-int |
version | 0.1.0 |
source | src |
created_at | 2024-11-16 21:26:44.49354 |
updated_at | 2024-11-16 21:26:44.49354 |
description | Simple brainfuck interpreter |
homepage | |
repository | https://github.com/de-grote/Brainfuck-int |
max_upload_size | |
id | 1450679 |
size | 16,716 |
Basically all variations of brainfuck interpreter were taken already so I'm stuck with this name.
This is just another Brainfuck interpreter with no special features that sets it apart.
Uses 8 bit integers as cells and 30 000 cells by default.
This is a cli, and only ment to be used as a cli.
Use brainfuck-int -h
to see all options.
You can download the cli tool using cargo.
If you have the repository cloned, you can use:
cargo install --path .
to install brainfuck-int
systemwide.
I'm planning on publishing this to cargo at a later time.