slackbuilds/development/happy
Heinz Wiesinger 63daf9f79a All: Support $PRINT_PACKAGE_NAME env var
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
2021-07-17 21:55:09 +02:00
..
README development/happy: Fixed dep info 2012-08-24 17:47:43 -05:00
happy.SlackBuild All: Support $PRINT_PACKAGE_NAME env var 2021-07-17 21:55:09 +02:00
happy.info development/happy: Updated for version 1.19.9. 2018-11-10 07:47:00 +07:00
slack-desc development/happy: Updated for version 1.19.9. 2018-11-10 07:47:00 +07:00

README

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