parsec-3.1.3: Monadic parser combinators

The parsec package

Parsec is designed from scratch as an industrial-strength parser library. It is simple, safe, well documented (on the package homepage), has extensive libraries and good error messages, and is also fast. It is defined as a monad transformer that can be stacked on arbitrary monads, and it is also parametric in the input stream type.

Properties

Versions2.0, 2.1.0.0, 2.1.0.1, 3.0.0, 3.0.1, 3.1.0, 3.1.1, 3.1.2, 3.1.3
Dependenciesbase (≥3.0.3 & <4), bytestring, mtl, text (≥0.2 & <0.12) or
base (4.*), bytestring, mtl, text (≥0.2 & <0.12)
LicenseBSD3
AuthorDaan Leijen <daan@microsoft.com>, Paolo Martini <paolo@nemail.it>
MaintainerAntoine Latter <aslatter@gmail.com>
CategoryParsing
Home pagehttp://www.cs.uu.nl/~daan/parsec.html
Source repositorydarcs get http://code.haskell.org/parsec3
Upload dateTue Jun 12 02:09:28 UTC 2012
Uploaded byAntoineLatter
Built onghc-7.4
DistributionsFedora: 3.1.3, NixOS: 3.1.3, Debian: 3.1.3, FreeBSD: 3.1.3

Modules

Downloads