4 lines
183 B
Text
4 lines
183 B
Text
|
Happy is a parser generator for Haskell. Given a grammar specification in
|
||
|
BNF, Happy generates Haskell code to parse the grammar. Happy works in a
|
||
|
similar way to the yacc tool for C.
|