https://github.com/haskell/happy
The Happy parser generator for Haskell
https://github.com/haskell/happy
Last synced: 27 days ago
JSON representation
The Happy parser generator for Haskell
- Host: GitHub
- URL: https://github.com/haskell/happy
- Owner: haskell
- License: other
- Created: 2012-09-21T19:14:30.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2025-02-09T19:13:25.000Z (11 months ago)
- Last Synced: 2025-04-01T07:40:29.036Z (9 months ago)
- Language: Haskell
- Size: 22.9 MB
- Stars: 301
- Watchers: 12
- Forks: 85
- Open Issues: 48
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeLog.md
- Contributing: CONTRIBUTING.rst
- License: LICENSE
Awesome Lists containing this project
README
# 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)