parsimony: Monadic parser combinators derived from Parsec
Deprecated
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.
Modules
[Index]
Downloads
- parsimony-1.3.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
- No Candidates
Versions [RSS] | 1, 1.0.1, 1.1, 1.3 |
---|---|
Dependencies | base (>=3 && <5), bytestring, text [details] |
License | BSD-3-Clause |
Author | Daan Leijen <daan@cs.uu.nl>, Iavor S. Diatchki <iavor.diatchki@gmail.com> |
Maintainer | iavor.diatchki@gmail.com |
Category | Parsing |
Source repo | head: git clone git://github.com/yav/parsimony.git |
Uploaded | by IavorDiatchki at 2012-02-06T01:03:43Z |
Distributions | |
Reverse Dependencies | 2 direct, 0 indirect [details] |
Downloads | 3173 total (19 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs uploaded by user Build status unknown [no reports yet] |