Description
A Haskell parsing framework built on conduit streams. It helps programs parse data incrementally while benefiting from conduit's resource and streaming model.
Developers use it for large files, network protocols, and pipelines where input should not be loaded all at once. Parser errors should include enough context for users to fix bad input.