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.
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 |
|---|---|
| Dependencies | base |
| License | BSD3 |
| Author | Daan Leijen <daan@cs.uu.nl> |
| Maintainer | Daan Leijen <daan@cs.uu.nl> |
| Category | Parsing |
| Home page | http://www.cs.uu.nl/~daan/parsec.html |
| Upload date | Thu Jun 19 12:27:38 UTC 2008 |
| Uploaded by | IanLynagh |
| Built on | ghc-6.10, ghc-6.12, ghc-6.8, ghc-7.0, ghc-7.2 |
| Distributions | Fedora: 3.1.1, NixOS: 3.1.2, Debian: 3.1.2, FreeBSD: 3.1.1 |
Modules
- Text
- 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
- ParserCombinators
Downloads
- parsec-2.1.0.1.tar.gz (Cabal source package)
- package description (included in the package)