brainheck: Brainh*ck interpreter in haskell

[ bsd3, library, program, web ] [ Propose Tags ]

Brainh*ck interpreter written in haskell and taking advantage of many prominent libraries


[Skip to Readme]

Modules

[Index]

Flags

Manual Flags

NameDescriptionDefault
development

Turn on '-Werror'

Disabled
Automatic Flags
NameDescriptionDefault
llvm-fast

Enable build with llvm backend

Disabled

Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info

Downloads

Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.1.0.0, 0.1.0.1, 0.1.0.2, 0.1.0.3, 0.1.0.4, 0.1.0.5, 0.1.0.6, 0.1.0.7, 0.1.0.8, 0.1.0.9, 0.1.0.10
Dependencies base (>=4.11 && <5), brainheck, containers, lens, megaparsec (>=6.0 && <7.0), mtl, optparse-applicative, recursion-schemes, text, vector [details]
License BSD-3-Clause
Copyright Copyright: (c) 2016-2018 Vanessa McHale
Author Vanessa McHale
Maintainer vamchale@gmail.com
Revised Revision 1 made by vmchale at 2018-09-04T22:44:40Z
Category Web
Home page https://github.com/vmchale/brainheck#readme
Source repo head: git clone https://github.com/vmchale/brainheck
Uploaded by vmchale at 2018-07-06T00:42:09Z
Distributions NixOS:0.1.0.10
Executables brainheck
Downloads 6913 total (30 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2018-07-06 [all 1 reports]

Readme for brainheck-0.1.0.8

[back to package description]

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!