# 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)