Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/thiagopnts/brainfuck

A brainfuck interpreter and REPL
https://github.com/thiagopnts/brainfuck

Last synced: 28 days ago
JSON representation

A brainfuck interpreter and REPL

Awesome Lists containing this project

README

        

####Brainfuck

A brainfuck interpreter and REPL.

To build:
```bash
$ cargo build
```

To run:
```bash
$ cargo run
```