parco: Generalised parser combinators

[ bsd3, deprecated, library, parsing ] [ Propose Tags ]
Deprecated in favor of parser-combinators

General parser combinators that will work with any parser combinator library. At the moment, the contents of the library is not particularly structured, and it is extended as I find it necessary.


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1
Dependencies base (>=4.2 && <5.0), mtl [details]
License BSD-3-Clause
Author Troels Henriksen
Maintainer athas@sigkill.dk
Category Parsing
Source repo head: git clone git://github.com/athas/parco.git
Uploaded by TroelsHenriksen at 2013-11-27T14:20:33Z
Distributions
Reverse Dependencies 3 direct, 0 indirect [details]
Downloads 1076 total (4 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 parco-0.1

[back to package description]
Parco - general parser combinators for Haskell
===

This library provides general parser combinators that can be used with
multiple different underlying parser implementations, for example
Parsec or Attoparsec.

The current contents are merely retrofitted Parsec modules.