Description
Provides a lightweight set of commonly useful parser combinators for Haskell. Parser combinators let developers build larger parsers by composing small pieces that each recognize one part of the input.
It is useful for custom file formats, command languages, validation, and tools that need readable parsing code without a heavy dependency. It is a programming library and has no standalone interface.