A combinator library for incremental multiple pass parsers.
Mostly inspired by the Text.ParserCombinators.ReadP module in the Base package
and the conduit package. It has similar capabilities to ReadP as well as
more detailed error reporting and the capacity for multiple passes (such as
lexing and parsing)