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
| Versions | 2.0, 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 |
|---|---|
| Dependencies | base (≥3.0.3 & <4), bytestring, mtl, text (≥0.2 & <0.12) or base (4.*), bytestring, mtl, text (≥0.2 & <0.12) |
| License | BSD3 |
| 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 repository | darcs get http://code.haskell.org/parsec3 |
| Upload date | Sat Oct 8 18:20:46 UTC 2011 |
| Uploaded by | AntoineLatter |
| Built on | ghc-7.4 |
| Distributions | Fedora: 3.1.3, NixOS: 3.1.3, Debian: 3.1.3, FreeBSD: 3.1.3 |
Modules
- Text
- Text.Parsec
- ParserCombinators
- Text.ParserCombinators.Parsec
- Text.ParserCombinators.Parsec.Char
- Text.ParserCombinators.Parsec.Combinator
- Text.ParserCombinators.Parsec.Error
- Text.ParserCombinators.Parsec.Expr
- Text.ParserCombinators.Parsec.Language
- Text.ParserCombinators.Parsec.Perm
- Text.ParserCombinators.Parsec.Pos
- Text.ParserCombinators.Parsec.Prim
- Text.ParserCombinators.Parsec.Token
- Text.ParserCombinators.Parsec
Downloads
- parsec-3.1.2.tar.gz (Cabal source package)
- package description (included in the package)