parsec1: Portable 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.
This package is the core haskell98 part of the parsec2 package, intended to preserve its simplicity and portability.
Note, that the module names overlap with those of parsec from the Haskell Platform, therefore I do not recommend to unconditionally use parsec1 (or parsec2 and parsec3) as dependency instead of "parsec "parsec 2", or just "parsec". In order to ensure the use of these limited and portable parsec1 functions, you may want to hide the official parsec package for your own developments.
This version only differs from the pervious one by a changed description.
Versions | 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 |
---|---|
Dependencies | base (<5) [details] |
License | BSD-3-Clause |
Author | Daan Leijen <daan@cs.uu.nl> |
Maintainer | Christian Maeder <Christian.Maeder@dfki.de> |
Category | Parsing |
Home page | http://www.cs.uu.nl/~daan/parsec.html |
Uploaded | by ChristianMaeder at Tue Jan 25 10:07:20 UTC 2011 |
Distributions | NixOS:1.0.0.6 |
Downloads | 2448 total (14 in the last 30 days) |
Rating | (no votes yet) [estimated by rule of succession] |
Your Rating | |
Status | Docs uploaded by user [build log] Successful builds reported [all 1 reports] Hackage Matrix CI |
Modules
[Index]
Downloads
- parsec1-1.0.0.1.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)