Description
A parser generator for Haskell projects. It reads grammar definitions and generates Haskell code that can parse structured languages, file formats, or domain-specific syntax.
Install it when building or developing Haskell software that uses Happy grammar files. Generated parser code can be hard to read, so keep the grammar source as the main place for maintenance.