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, 3.1.4, 3.1.5, 3.1.6, 3.1.7, 3.1.8, 3.1.9, 3.1.10, 3.1.11 |
|---|---|
| Dependencies | base (>=3.0.3 && <5), bytestring, mtl, text (>=0.2 && <0.12) [details] |
| 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 | head: darcs get http://code.haskell.org/parsec3 this: darcs get http://code.haskell.org/parsec3 --tag 3.1.2 |
| Uploaded | Sat Oct 8 18:20:46 UTC 2011 by AntoineLatter |
| Distributions | Arch:3.1.11, Debian:3.1.9, Fedora:3.1.11, FreeBSD:3.1.9, LTSHaskell:3.1.11, NixOS:3.1.11, Stackage:3.1.11, Tumbleweed:3.1.11 |
| Downloads | 290220 total (4039 in the last 30 days) |
| Rating | 2.75 (8 ratings) [clear rating] |
| Status | Docs uploaded by user Build status unknown [no reports yet] Hackage Matrix CI |
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
[Index]
Flags
| Name | Description | Default | Type |
|---|---|---|---|
| base4 | Use base-4.* | Enabled | Automatic |
Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info
Downloads
- parsec-3.1.2.tar.gz [browse] (Cabal source package)
- Package description (included in the package)