README 234 B

12345
  1. Happy is a parser generator system for Haskell, similar to the tool
  2. `yacc' for C. Like `yacc', it takes a file containing an annotated
  3. BNF specification of a grammar and produces a Haskell module
  4. containing a parser for the grammar.