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: 27 days ago
JSON representation

The Happy parser generator for Haskell

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)