attoparsec-text: (deprecated)

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

This package has been deprecated. Now the attoparsec includes all functionality from this library.


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.8.0.0, 0.8.2.0, 0.8.2.1, 0.8.5.0, 0.8.5.1, 0.8.5.2, 0.8.5.3
Dependencies array (>=0.1 && <0.4), attoparsec (>=0.7 && <0.10), base (>=3 && <5), containers (>=0.1.0.1 && <0.5), text (>=0.10 && <0.12) [details]
License BSD-3-Clause
Author Felipe Lessa <felipe.lessa@gmail.com>, Bryan O'Sullivan <bos@serpentine.com>
Maintainer Felipe Lessa <felipe.lessa@gmail.com>
Category Text, Parsing
Home page http://patch-tag.com/r/felipe/attoparsec-text/home
Source repo head: darcs get http://patch-tag.com/r/felipe/attoparsec-text
Uploaded by FelipeLessa at 2012-01-30T02:27:50Z
Distributions
Reverse Dependencies 12 direct, 687 indirect [details]
Downloads 5805 total (23 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 attoparsec-text-0.8.5.3

[back to package description]

Welcome to attoparsec-text

attoparsec-text is a fast Haskell parser combinator library. It is designed after attoparsec library but working with Text instead of ByteStrings.

Join in!

I'm happy to receive bug reports, fixes, documentation enhancements, and other improvements.

Master darcs repository:

  • darcs get http://patch-tag.com/r/felipe/attoparsec-text

Authors

This library is written by Felipe Lessa as a port of Bryan O'Sullivan's attoparsec.