parsec: Monadic parser combinators

[ bsd2, library, parsing ] [ Propose Tags ]

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.

Flags

Automatic Flags
NameDescriptionDefault
base4

Use base-4.*

Enabled

Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 2.0, 2.0.0.1, 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, 3.1.4, 3.1.5, 3.1.6, 3.1.7, 3.1.8, 3.1.9, 3.1.10, 3.1.11, 3.1.12.0, 3.1.13.0, 3.1.14.0, 3.1.15.0, 3.1.15.1, 3.1.16.0, 3.1.16.1, 3.1.17.0
Change log CHANGES
Dependencies base (>=3.0.3 && <5), bytestring, mtl, text (>=0.2 && <1.2) [details]
License BSD-3-Clause
Author Daan Leijen <daan@microsoft.com>, Paolo Martini <paolo@nemail.it>
Maintainer Antoine Latter <aslatter@gmail.com>
Category Parsing
Home page http://www.cs.uu.nl/~daan/parsec.html
Source repo head: darcs get http://code.haskell.org/parsec3
this: darcs get http://code.haskell.org/parsec3 --tag 3.1.5
Uploaded by AntoineLatter at 2014-01-11T06:13:21Z
Distributions Arch:3.1.15.0, Fedora:3.1.16.1, FreeBSD:3.1.9
Reverse Dependencies 929 direct, 13700 indirect [details]
Downloads 399676 total (444 in the last 30 days)
Rating 2.75 (votes: 17) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Successful builds reported [all 1 reports]