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.
Modules
[Index]
Downloads
- parsers-0.12.4.tar.gz [browse] (Cabal source package)
- Package description (revised from the package)
Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.
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 |
---|---|
Dependencies | attoparsec (>=0.12.1.4 && <0.14), base (>=4.3 && <4.10), base-orphans (>=0.3 && <1), charset (>=0.3 && <1), containers (>=0.4 && <0.6), parsec (>=3.1 && <3.2), scientific (>=0.3 && <0.4), text (>=0.10 && <1.3), transformers (>=0.2 && <0.6), unordered-containers (>=0.2 && <0.3) [details] |
Tested with | ghc ==7.0.4, ghc ==7.2.2, ghc ==7.4.2, ghc ==7.6.3, ghc ==7.8.4, ghc ==7.10.2, ghc ==8.0.1 |
License | BSD-3-Clause |
Copyright | Copyright (C) 2010-2013 Edward A. Kmett |
Author | Edward A. Kmett |
Maintainer | Edward A. Kmett <ekmett@gmail.com> |
Revised | Revision 1 made by HerbertValerioRiedel at 2017-05-24T13:31:58Z |
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 EricMertens at 2016-06-14T20:24:34Z |
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, 563 indirect [details] |
Downloads | 95673 total (459 in the last 30 days) |
Rating | 2.25 (votes: 2) [estimated by Bayesian average] |
Your Rating | |
Status | Docs available [build log] Last success reported on 2016-06-14 [all 1 reports] |