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

https://github.com/niklasb/haskell-brainfuck

BF interpreter written in Haskell as a small exercise
https://github.com/niklasb/haskell-brainfuck

Last synced: about 1 year ago
JSON representation

BF interpreter written in Haskell as a small exercise

Awesome Lists containing this project

README

          

### Overview

This is a very simple BF interpreter written in Haskell that doesn't provide any more value than giving me some exercise with monads and parsing :)