parsers-0.12.11: Parsing combinators

parsers-0.12.11: Parsing combinators

This library provides convenient combinators for working with and building parsing combinator libraries.

Given a few simple instances, e.g. for the class Parsing in Text.Parser.Combinators.Parsing you get access to a large number of canned definitions. Instances exist for the parsers provided by parsec, attoparsec and base’s Text.Read.

Modules