@hackage brainheck0.1.0.0
Brainh*ck interpreter in haskell
Categories
License
BSD-3-Clause
Maintainer
tmchale@wisc.edu
Links
Versions
Installation
Dependencies (10)
- base >=4.8 && <5
- containers
- lens
- megaparsec >=5.0.0 && <6.0.0
- mtl
- optparse-applicative Show all…
Dependents (0)
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.