Description
A small Haskell library for applicative parsing. It provides parser building blocks for code that needs to read structured input without pulling in a larger parsing framework.
Developers use it in Haskell projects that need lightweight parsing. Most users only see it as a dependency required by another application.