The attoparsec-text package
This package is obsolete: use attoparsec instead.
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.2.0:
Add IsString instance to Parser.
Add specializations of <* and *>, see the docs for more information.
Add digit, letter, space, decimal, hexadecimal, signed, double and rational.
Properties
| Versions | 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.9), base (≥3 & <5), containers (≥0.1.0.1 & <0.4), text (≥0.10 & <0.12) |
| License | BSD3 |
| Author | Felipe Lessa <felipe.lessa@gmail.com>, Bryan O'Sullivan <bos@serpentine.com> |
| Maintainer | Felipe Lessa <felipe.lessa@gmail.com> |
| Stability | experimental |
| Category | Text, Parsing |
| Home page | http://patch-tag.com/r/felipe/attoparsec-text/home |
| Upload date | Fri Jan 28 17:13:35 UTC 2011 |
| Uploaded by | FelipeLessa |
| Built on | ghc-7.0 |
Modules
Downloads
- attoparsec-text-0.8.2.0.tar.gz (Cabal source package)
- package description (included in the package)