@hackage PArrows0.1.1

Arrow parser combinators similar to Parsec

PArrows is an arrows based parsing combinator library written in Haskell. The library is similar to Parsec, but arrows allow for more future optimizations.

Currently PArrows is only tested with GHC, although making it work with Hugs should be easy.