About

Metadata

  • Last updated , by vmchale
  • License BSD-3-Clause
  • Categories Web Development
  • Maintained by: vamchale@gmail.com

  • Lottery factor: 0

Links

Installation

Package Flags

Use the -f option with cabal commands to enable flags

    llvm-fast (off by default)

    Enable build with llvm backend

    development (off by default)

    Turn on '-Werror'

Readme

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!