brainfuck-int

Crates.iobrainfuck-int
lib.rsbrainfuck-int
version0.1.0
sourcesrc
created_at2024-11-16 21:26:44.49354
updated_at2024-11-16 21:26:44.49354
descriptionSimple brainfuck interpreter
homepage
repositoryhttps://github.com/de-grote/Brainfuck-int
max_upload_size
id1450679
size16,716
Chris Groot (de-grote)

documentation

README

Brainfuck Int

License Github

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.

Installation

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.

Commit count: 5

cargo fmt