bytestringreadp: A ReadP style parser library for ByteString
This is a library of parser combinators, originally written by Koen Claessen. It parses all alternatives in parallel, so it never keeps hold of the beginning of the input string, a common source of space leaks with other parsers. The '(+++)' choice combinator is genuinely commutative; it makes no difference which branch is "shorter".
Adapted to use Data.ByteString by Gracjan Polak. Designed as a drop-in replacement for Text.ParserCombinators.ReadP.
| Versions | 0.1, 0.2 |
|---|---|
| Dependencies | base (<3) or base (>=3), bytestring |
| License | BSD3 |
| Copyright | 2007-2007, Gracjan Polak |
| Author | Gracjan Polak <gracjanpolak@gmail.com> |
| Maintainer | Gracjan Polak <gracjanpolak@gmail.com> |
| Stability | alpha |
| Category | Text |
| Upload date | Thu Dec 13 10:06:47 UTC 2007 |
| Uploaded by | GracjanPolak |
| Built on | ghc-6.10, ghc-6.8 |
Modules
- Text
- ParserCombinators
Downloads
- bytestringreadp-0.2.tar.gz (Cabal source package)
- package description (included in the package)
