4 lines
183 B
Plaintext
4 lines
183 B
Plaintext
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.
|