parsers: Parsing combinators

[ bsd3, library, parsing, text ] [ Propose Tags ]

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]

Flags

Automatic Flags
NameDescriptionDefault
binary

You can disable the use of the binary package using `-f-binary`.

Enabled
parsec

You can disable the use of the parsec package using `-f-parsec`.

Enabled
attoparsec

You can disable the use of the attoparsec package using `-f-attoparsec`.

Enabled

Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info

Downloads

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

Package maintainers

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
Change log CHANGELOG.markdown
Dependencies attoparsec (>=0.12.1.4 && <0.15), base (>=4.3 && <5), base-orphans (>=0.3 && <1), 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]
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 2 made by ryanglscott at 2023-09-30T13:12:53Z
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 2022-05-07T22:43:56Z
Distributions Arch:0.12.11, Debian:0.12.10, Fedora:0.12.11, LTSHaskell:0.12.11, NixOS:0.12.11, Stackage:0.12.11
Reverse Dependencies 84 direct, 555 indirect [details]
Downloads 92337 total (228 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 2022-05-08 [all 1 reports]

Readme for parsers-0.12.11

[back to package description]

parsers

Hackage Build Status

Goals

This library provides convenient combinators for working with and building parsing combinator libraries.

Given a few simple instances, you get access to a large number of canned definitions.

Contact Information

Contributions and bug reports are welcome!

Please feel free to contact me through github or on the #haskell IRC channel on irc.freenode.net.

-Edward Kmett