parsers: Parsing combinators

This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.

[maintain] [Publish]

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]

Properties

Versions 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.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.14), base (>=4.3 && <5), base-orphans (>=0.3 && <1), charset (>=0.3 && <1), containers (>=0.4 && <0.6), mtl (>=2.0.1 && <2.3), 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]
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 2017-07-28T23:36:40Z

Modules

[Index]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees


Readme for parsers-0.12.6

[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