The parsimony package
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.
Properties
| Versions | 1, 1.0.1, 1.1, 1.3 |
|---|---|
| Dependencies | base (≥3 & <5), bytestring, utf8-string |
| License | BSD3 |
| Author | Daan Leijen <daan@cs.uu.nl>, Iavor S. Diatchki <iavor.diatchki@gmail.com> |
| Maintainer | iavor.diatchki@gmail.com |
| Category | Parsing |
| Upload date | Mon Apr 26 00:39:14 UTC 2010 |
| Uploaded by | IavorDiatchki |
| Built on | ghc-6.12, ghc-7.0 |
| Distributions | NixOS: 1.3 |
Modules
Downloads
- parsimony-1.0.1.tar.gz (Cabal source package)
- package description (included in the package)