Deprecated

parsimony

Monadic parser combinators derived from Parsec

Latest on Hackage:1.3

This package is not currently in any snapshots. If you're interested in using it, we recommend adding it to Stackage Nightly. Doing so will make builds more reliable, and allow stackage.org to host generated Haddocks.

BSD-3-Clause licensed by Daan Leijen, Iavor S. Diatchki
Maintained by [email protected]

Parsimony is a generalized and simplified version of the industrial-strength parser combinator library Parsec. Like Parsec, it is simple, safe, well documented, convenient, with good error messages, and fast. In addition, Parsimony adds support for working with differet types of input such as byte strings (for compat input representation) and lazy byte strings (for parsing large amounts of data). It also supports working with text in different character encodings such as UTF8.