parsec3: Monadic parser combinators
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.
This package comes without the compatibility layer for parsec2.
Modules
[Index]
Downloads
- parsec3-1.0.0.0.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
- No Candidates
| Versions [RSS] | 1.0.0.0, 1.0.0.1, 1.0.0.2, 1.0.0.3, 1.0.0.4, 1.0.0.5, 1.0.0.6, 1.0.0.7, 1.0.0.8, 1.0.0.9, 1.0.1.8 |
|---|---|
| Dependencies | base (>=4 && <5), bytestring, mtl, syb [details] |
| License | BSD-3-Clause |
| Author | Daan Leijen <daan@microsoft.com>, Paolo Martini <paolo@nemail.it> |
| Maintainer | Christian Maeder <Christian.Maeder@dfki.de> |
| Uploaded | by ChristianMaeder at 2011-01-21T18:12:41Z |
| Category | Parsing |
| Home page | http://www.cs.uu.nl/~daan/parsec.html |
| Reverse Dependencies | 9 direct, 9 indirect [details] |
| Downloads | 10005 total (48 in the last 30 days) |
| Rating | (no votes yet) [estimated by Bayesian average] |
| Your Rating | |
| Status | Docs uploaded by user Build status unknown [no reports yet] |