happy: Happy is a parser generator for Haskell
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.
[Skip to Readme]
Flags
Automatic Flags
Name | Description | Default |
---|---|---|
small_base | Choose the new smaller, split-up base package. | Enabled |
Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info
Downloads
- happy-1.19.2.tar.gz [browse] (Cabal source package)
- Package description (revised from the package)
Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.
Versions [RSS] | 1.16, 1.17, 1.18, 1.18.1, 1.18.2, 1.18.4, 1.18.5, 1.18.6, 1.18.7, 1.18.8, 1.18.9, 1.18.10, 1.18.11, 1.19.0, 1.19.1, 1.19.2, 1.19.3, 1.19.4, 1.19.5, 1.19.6, 1.19.7, 1.19.8, 1.19.9, 1.19.10, 1.19.11, 1.19.12, 1.20.0, 1.21.0 (info) |
---|---|
Change log | CHANGES |
Dependencies | array, base (>=4.5 && <4.8), containers, mtl (>=1.0) [details] |
License | BSD-3-Clause |
Copyright | (c) Andy Gill, Simon Marlow |
Author | Andy Gill and Simon Marlow |
Maintainer | Simon Marlow <marlowsd@gmail.com> |
Revised | Revision 2 made by HerbertValerioRiedel at 2015-01-06T21:56:17Z |
Category | Development |
Home page | http://www.haskell.org/happy/ |
Bug tracker | https://github.com/simonmar/happy/issues |
Source repo | head: git clone http://github.com/simonmar/happy.git |
Uploaded | by SimonMarlow at 2013-11-28T09:10:50Z |
Distributions | Arch:1.20.0, Debian:1.19.12, Fedora:1.20.0, FreeBSD:1.19.5, LTSHaskell:1.20.0, NixOS:1.20.0, Stackage:1.20.0, openSUSE:1.20.0 |
Executables | happy |
Downloads | 183588 total (793 in the last 30 days) |
Rating | 1.25 (votes: 1) [estimated by Bayesian average] |
Your Rating | |
Status | Docs not available [build log] Last success reported on 2015-05-30 [all 7 reports] |