happy

Happy is a parser generator for Haskell

http://www.haskell.org/happy/

Version on this page:1.19.5@rev:2
LTS Haskell 22.14:1.20.1.1
Stackage Nightly 2024-03-28:1.20.1.1
Latest on Hackage:1.21.0@rev:1

See all snapshots happy appears in

BSD-3-Clause licensed by Andy Gill and Simon Marlow
Maintained by Simon Marlow
This version can be pinned in stack with:happy-1.19.5@sha256:fc70418fedcdcf5e235e0eceeee7eeedf485d3833ab312d148cad74f49da70b7,4270

Module documentation for 1.19.5

There are no documented modules for this package.

Depends on 4 packages(full list with versions):

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.