Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/leptonyu/brainfuck

BrainFuck implementation using Haskell
https://github.com/leptonyu/brainfuck

Last synced: 6 days ago
JSON representation

BrainFuck implementation using Haskell

Awesome Lists containing this project

README

        

BrainFuck Haskell Implementation
========

Haskell implementation of BrainFuck language.

[BrainFuck wiki](https://en.wikipedia.org/wiki/Brainfuck)

Run BrainFuck in docker

```
docker run --rm -v "$PWD/bf-src":/src -w /src icymint/brainfuck -f hanoi.b
```

Or use Shell script given in this repo

```
./brainfuck.sh -f hanoi.b
```