mindfuck

Crates.iomindfuck
lib.rsmindfuck
version1.0.2
sourcesrc
created_at2023-07-26 22:47:59.027023
updated_at2023-08-10 13:51:39.793697
descriptionBrainfuck interpreter in Rust
homepagehttps://github.com/LucaSforza/brainfuck
repositoryhttps://github.com/LucaSforza/brainfuck
max_upload_size
id926901
size18,165
Luca Sforza (LucaSforza)

documentation

README

Brainfuck interpreter

This is a simple command-line programme that executes brainfuck code

Installation

Install mindfuck with cargo

cargo install mindfuck

How to use

To run the programme:

mindfuck <path to the file>

That’s it

Commit count: 14

cargo fmt