Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/umayr/brainfuck

A minimal brainfuck interpreter.
https://github.com/umayr/brainfuck

Last synced: 9 days ago
JSON representation

A minimal brainfuck interpreter.

Awesome Lists containing this project

README

        

# Brainfuck
> A minimal brainfuck interpreter.

## Install
```
λ go get -u github.com/umayr/brainfuck/cmd/brainfuck
λ brainfuck path/to/file.bf
```