technique-0.2.5: Procedures and Sequences
Safe HaskellNone
LanguageHaskell2010

Technique.Parser

Description

Commentary

We're optimizing for simplicity here. The language balances conventions from other languages with choices to not overcomplicate things. Not overloading operators, for example. Mostly we want to have "good error messages" which is tough and subjective anyway. Not having multiline anything, for example, might be a good choice, except that we also want to be whitepsace insensitive.

Documentation

pType :: Parser Type Source #

pBlock :: Parser Block Source #