Description
Provides monadic parser combinators for Haskell. Parser combinators let developers build readable parsers by combining small parsing pieces into larger ones.
It is useful for configuration formats, programming languages, command syntax, data importers, and validation tools. It is a widely used developer library and not a standalone parsing application.