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

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.11) [details]
License BSD-3-Clause
Copyright Copyright (C) 2012-2013 Edward A. Kmett
Author Edward A. Kmett
Maintainer Edward A. Kmett <ekmett@gmail.com>
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 DagOdenhall at 2013-11-05T10:46:58Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 4480 total (14 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Successful builds reported [all 1 reports]

Readme for parsec-parsers-0.2

[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