attoparsec-text: Fast combinator parsing for texts
Deprecated
in favor of attoparsec
A fast parser combinator library, aimed particularly at dealing efficiently with network protocols and complicated text/binary file formats.
This library is basically a translation of the original attoparsec library to use text instead of bytestrings.
Changes in version 0.8.5.0:
Ported changes from attoparsec 0.8.5.0.
Changes in version 0.8.2.1:
Permit newer version of containers for GHC 7.0.
Changes in version 0.8.2.0:
Add
IsString
instance toParser
.Add specializations of
<*
and*>
, see the docs for more information.Add
digit
,letter
,space
,decimal
,hexadecimal
,signed
,double
andrational
.
[Skip to Readme]
Modules
[Index]
Downloads
- attoparsec-text-0.8.5.1.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
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] |
Tested with | ghc ==6.12.1, ghc ==7.0.1 |
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 BryanOSullivan at 2011-06-03T17:52:01Z |
Distributions | |
Reverse Dependencies | 12 direct, 698 indirect [details] |
Downloads | 5987 total (5 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] |