An open API service indexing awesome lists of open source software.

https://github.com/theoguerin64/brainfuck

A simple brainfuck interpreter written in rust
https://github.com/theoguerin64/brainfuck

brainfuck interpreter rust

Last synced: about 1 month ago
JSON representation

A simple brainfuck interpreter written in rust

Awesome Lists containing this project

README

        

# Brainfuck
Optimized Brainfuck interpreter written in Rust!

## Usage
- Clone the repo: `git clone https://github.com/TheoGuerin64/brainfuck.git`
- Build: `cargo build -r`
- Run: `cargo run -r -- assets/mandelbrot.bf`

## Help
![carbon](https://github.com/TheoGuerin64/brainfuck/assets/57496441/09a05efe-1da1-4746-a6c7-cf37461ecacc)