Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/leptonyu/brainfuck
- Owner: leptonyu
- License: bsd-3-clause
- Created: 2016-05-29T08:39:21.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-04-01T08:56:25.000Z (over 7 years ago)
- Last Synced: 2024-10-30T00:48:45.636Z (about 2 months ago)
- Language: Brainfuck
- Size: 585 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```