Popularity
3.7
Declining
Activity
0.0
Stable
5
3
1

Monthly Downloads: 31
Programming language: Brainfuck
License: BSD 3-clause "New" or "Revised" License
Tags: Web    

brainheck alternatives and similar packages

Based on the "Web" category.
Alternatively, view brainheck alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of brainheck or a related project?

Add another 'Web' Package

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 new-install brainheck

Examples

 $ brainheck helloworld.bf
 Hello World!