Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/haskell/happy
The Happy parser generator for Haskell
https://github.com/haskell/happy
Last synced: about 1 month 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 (about 12 years ago)
- Default Branch: master
- Last Pushed: 2024-03-21T16:08:52.000Z (8 months ago)
- Last Synced: 2024-04-16T00:49:06.960Z (7 months ago)
- Language: Haskell
- Size: 22.8 MB
- Stars: 271
- Watchers: 13
- Forks: 86
- Open Issues: 65
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeLog.md
- Contributing: CONTRIBUTING.rst
- License: LICENSE
Awesome Lists containing this project
README
# Happy
[![Build Status](https://github.com/haskell/happy/actions/workflows/haskell-ci.yml/badge.svg)](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)