brainfuck-tut-0.5.1.0: A simple BF interpreter.

Copyright(c) Alejandro Cabrera, 2014
LicenseBSD-3
Maintainercpp.cabrera@gmail.com
Stabilityexperimental
PortabilityPOSIX
Safe HaskellSafe-Inferred
LanguageHaskell2010

Language.Brainfuck.Parse

Description

 

Synopsis

Documentation

parse :: String -> [Term] Source

A total function over the BF syntax.