parsec-3.1.0: 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
Dependenciesbase (≥3.0.3 & <4), bytestring, mtl or
base (4.*), bytestring, mtl, syb
LicenseBSD3
AuthorDaan Leijen <daan@microsoft.com>, Paolo Martini <paolo@nemail.it>
MaintainerDerek Elkins <derek.a.elkins@gmail.com>
CategoryParsing
Home pagehttp://www.cs.uu.nl/~daan/parsec.html
Upload dateThu Mar 4 04:12:27 UTC 2010
Uploaded byDerekElkins
Built onghc-6.12, ghc-7.0
DistributionsFedora: 3.1.1, NixOS: 3.1.2, Debian: 3.1.2, FreeBSD: 3.1.1

Modules

Downloads