hackageDB :: [Package]

Built with Cabal

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.

Versions0.1, 0.2
Dependenciesbase (<3) or
base (>=3), bytestring
LicenseBSD3
Copyright2007-2007, Gracjan Polak
AuthorGracjan Polak <gracjanpolak@gmail.com>
MaintainerGracjan Polak <gracjanpolak@gmail.com>
Stabilityalpha
CategoryText
Upload dateThu Dec 13 10:06:47 UTC 2007
Uploaded byGracjanPolak
Built onghc-6.10, ghc-6.8

Modules

Downloads