summaryrefslogtreecommitdiff
path: root/devel/happy/DESCR
blob: a48b020014f656e9acb06d23f639e4bb6da82fee (plain)
1
2
3
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.