1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
|
# Happy
[](https://github.com/haskell/happy/actions)
Happy is a parser generator for Haskell 98 (and later).
Happy Parsing!
## Documentation
Documentation is hosted on [Read the Docs](https://haskell-happy.readthedocs.io):
- [Online (HTML)](https://haskell-happy.readthedocs.io)
- [PDF](https://haskell-happy.readthedocs.io/_/downloads/en/latest/pdf/)
- [Downloadable HTML](https://haskell-happy.readthedocs.io/_/downloads/en/latest/htmlzip/)
For basic information of the sort typically found in a read-me, see the following sections of the docs:
- [Introduction](https://haskell-happy.readthedocs.io/en/latest/introduction.html)
- [Obtaining Happy](https://haskell-happy.readthedocs.io/en/latest/obtaining.html)
- [Contributing](https://haskell-happy.readthedocs.io/en/latest/contributing.html)
|