Description
Arrow parser combinators similar to Parsec.
Description
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.