https://github.com/tejasbubane/brainfuck-interpreter
Interpreter for brainfuck language in Haskell
https://github.com/tejasbubane/brainfuck-interpreter
brainfuck haskell
Last synced: 13 days ago
JSON representation
Interpreter for brainfuck language in Haskell
- Host: GitHub
- URL: https://github.com/tejasbubane/brainfuck-interpreter
- Owner: tejasbubane
- Created: 2019-03-21T11:11:49.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-21T11:15:22.000Z (about 7 years ago)
- Last Synced: 2025-01-13T03:09:35.322Z (over 1 year ago)
- Topics: brainfuck, haskell
- Language: Haskell
- Size: 12.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# BrainFuck Interpreter
[](https://travis-ci.org/tejasbubane/brainfuck-interpreter)
Interpreter for [brainfuck](https://en.wikipedia.org/wiki/Brainfuck) language in Haskell.
Inspired by [this blog](https://github.com/quchen/articles/blob/master/write_yourself_a_brainfuck.md).
[Examples](spec/support) from [Wikipedia](https://en.wikipedia.org/wiki/Brainfuck).
```sh
stack build
stack exec brainfuck spec/support/hello.bf
stack exec brainfuck spec/support/seven.bf
stack exec brainfuck spec/support/rot13.bf
```