This package is not currently in any snapshots. If you're interested in using it, we recommend adding it to Stackage Nightly. Doing so will make builds more reliable, and allow stackage.org to host generated Haddocks.
BrainFuck language interpreter.
Provides a library for evaluation and an executable to evaluate
brainfuck files. Evaluation happens under an arbitrary monad so
programn can be evaluated doing IO to stdinstdout or in memory
using the State monad.