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

https://github.com/expede/brainfucker

A simple Brainfuck interpreter
https://github.com/expede/brainfucker

brainfuck brainfuck-interpreter interpreter toy-project

Last synced: about 1 year ago
JSON representation

A simple Brainfuck interpreter

Awesome Lists containing this project

README

          

# brainfucker
A dead simple [Brainfuck](http://esolangs.org/wiki/Brainfuck) interpreter and library.

[![Build Status](https://travis-ci.org/expede/brainfucker.svg?branch=master)](https://travis-ci.org/expede/brainfucker)

![](https://thumbs.gfycat.com/OccasionalUnrulyHairstreakbutterfly-size_restricted.gif)

# Run

```bash
stack run
```

# Tests
## Run Tests
```bash
stack test
```