parsec-parsers: Parsing instances for Parsec

[ bsd3, deprecated, library, parsing, text ] [ Propose Tags ]
Deprecated in favor of parsers

This permits parsec parsers to be written using the combinators from the parsers package.


[Skip to Readme]

Modules

[Index]

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

  • No Candidates
Versions [RSS] 0.1, 0.1.1, 0.1.1.1, 0.1.1.2, 0.2
Change log CHANGELOG.markdown
Dependencies base (>=3 && <5), parsec (>=3.1 && <3.2), parsers (>=0.5 && <0.10) [details]
License BSD-3-Clause
Copyright Copyright (C) 2012-2013 Edward A. Kmett
Author Edward A. Kmett
Maintainer Edward A. Kmett <ekmett@gmail.com>
Revised Revision 1 made by HerbertValerioRiedel at 2017-06-01T06:34:27Z
Category Text, Parsing
Home page http://github.com/ekmett/parsec-parsers/
Bug tracker http://github.com/ekmett/parsec-parsers/issues
Source repo head: git clone git://github.com/ekmett/parsec-parsers.git
Uploaded by EdwardKmett at 2013-03-15T15:03:44Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 4491 total (12 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]

Readme for parsec-parsers-0.1.1

[back to package description]

parsec-parsers

Build Status

This package provides instances for the parsers package for parsec.

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