parsec-3.0.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, bytestring, mtl
LicenseBSD3
AuthorDaan Leijen <daan@cs.uu.nl>, Paolo Martini <paolo@nemail.it>
MaintainerDerek Elkins <derek.a.elkins@gmail.com>
CategoryParsing
Home pagehttp://www.cs.uu.nl/~daan/parsec.html
Upload dateWed Mar 6 06:35:44 UTC 2008
Uploaded byDerekElkins
Built onghc-6.10, ghc-6.12, ghc-6.8
DistributionsFedora: 3.1.1, NixOS: 3.1.2, Debian: 3.1.2, FreeBSD: 3.1.1

Modules

Downloads