File: README.md

package info (click to toggle)
haskell-happy-lib 2.1.7-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 484 kB
  • sloc: haskell: 5,574; sh: 3; makefile: 2
file content (21 lines) | stat: -rw-r--r-- 896 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# 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)