parsers: Parsing combinators
This library provides convenient combinators for working with and building parsing combinator libraries.
Given a few simple instances, e.g. for the class Text.Parser.Combinators.Parsing
in Text.Parser.Combinators.Parsing you
get access to a large number of canned definitions. Instances exist for the parsers provided by parsec
,
attoparsec
and base’s Text.Read.
[Skip to Readme]
Modules
[Index] [Quick Jump]
Flags
Automatic Flags
Name | Description | Default |
---|---|---|
binary | You can disable the use of the | Enabled |
parsec | You can disable the use of the | Enabled |
attoparsec | You can disable the use of the | Enabled |
Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info
Downloads
- parsers-0.12.12.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
Versions [RSS] | 0.1, 0.2, 0.3, 0.3.2, 0.4, 0.4.1, 0.5, 0.5.2, 0.6, 0.7, 0.7.1, 0.8, 0.8.1, 0.8.2, 0.8.3, 0.9, 0.10, 0.10.1, 0.10.1.1, 0.10.1.2, 0.10.2, 0.10.3, 0.11, 0.11.0.1, 0.11.0.2, 0.11.0.3, 0.12, 0.12.1, 0.12.1.1, 0.12.2.1, 0.12.3, 0.12.4, 0.12.5, 0.12.6, 0.12.7, 0.12.8, 0.12.9, 0.12.10, 0.12.11, 0.12.12 |
---|---|
Change log | CHANGELOG.markdown |
Dependencies | attoparsec (>=0.12.1.4 && <0.15), base (>=4.9 && <5), binary (>=0.7.2 && <1), charset (>=0.3 && <1), containers (>=0.4 && <0.8), mtl (>=2.0.1 && <2.4), parsec (>=3.1 && <3.2), scientific (>=0.3 && <0.4), semigroups (>=0.12 && <1), text (>=0.10 && <2.2), transformers (>=0.2 && <0.7), unordered-containers (>=0.2 && <0.3) [details] |
Tested with | ghc ==8.0.2, ghc ==8.2.2, ghc ==8.4.4, ghc ==8.6.5, ghc ==8.8.4, ghc ==8.10.7, ghc ==9.0.2, ghc ==9.2.8, ghc ==9.4.8, ghc ==9.6.6, ghc ==9.8.2, ghc ==9.10.1 |
License | BSD-3-Clause |
Copyright | Copyright (C) 2010-2013 Edward A. Kmett |
Author | Edward A. Kmett |
Maintainer | Edward A. Kmett <ekmett@gmail.com> |
Category | Text, Parsing |
Home page | http://github.com/ekmett/parsers/ |
Bug tracker | http://github.com/ekmett/parsers/issues |
Source repo | head: git clone git://github.com/ekmett/parsers.git |
Uploaded | by ryanglscott at 2024-10-26T19:58:41Z |
Distributions | Arch:0.12.11, Debian:0.12.10, Fedora:0.12.11, LTSHaskell:0.12.12, NixOS:0.12.11, Stackage:0.12.12 |
Reverse Dependencies | 85 direct, 560 indirect [details] |
Downloads | 94616 total (429 in the last 30 days) |
Rating | 2.25 (votes: 2) [estimated by Bayesian average] |
Your Rating | |
Status | Docs uploaded by user Build status unknown [no reports yet] |