@hackage brainheck0.1.0.10
Brainh*ck interpreter in haskell
Categories
License
BSD-3-Clause
Maintainer
vamchale@gmail.com
Links
Versions
Installation
Dependencies (8)
- base >=4.10 && <5
- containers
- lens
- megaparsec >=7.0
- mtl
- recursion Show all…
Dependents (0)
Package Flags
llvm-fast
(off by default)
Enable build with llvm backend
development
(off by default)
Turn on '-Werror'
Brainheck intrepreter
This is a brainh*ck interpreter written in Haskell. It's intended to be as abstruse as possible and as such makes use of recursion schemes, lenses, and monadic parser combinators.
Installation
With cabal:
$ cabal install brainheck
Examples
$ brainheck helloworld.bf
Hello World!