• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

data/H09-Sep-2001-4,5702,554

doc/H09-Sep-2001-4,9084,140

examples/H09-Sep-2001-3,9833,082

src/H09-Sep-2001-8,0585,605

tests/H07-May-2022-3,4042,759

ANNOUNCEH A D09-Sep-2001893 2817

CHANGESH A D09-Sep-20018.1 KiB256174

LICENSEH A D09-Sep-20011.4 KiB3124

MakefileH A D09-Sep-20011.6 KiB5646

README.mdH A D09-Sep-2001956 3222

Setup.hsH A D09-Sep-200146 32

TODOH A D09-Sep-20011.6 KiB6035

happy.cabalH A D09-Sep-20015.6 KiB200186

happy.specH A D09-Sep-20011.7 KiB6454

test.hsH A D09-Sep-2001118 53

README.md

1# Happy
2
3Happy is a parser generator for Haskell 98 (and later).
4
5[![Build Status](https://secure.travis-ci.org/simonmar/happy.svg?branch=master)](http://travis-ci.org/simonmar/happy)
6
7* https://www.haskell.org/happy/
8* http://hackage.haskell.org/package/happy
9
10Happy is built using Cabal.  First install GHC, then:
11```
12  $ cabal configure
13  $ cabal build
14  $ cabal install
15```
16Complete documentation can be found in the directory 'doc', in
17DocBook XML format.  To format the documentation, the DocBook-Tools
18suite (see http://wiki.docbook.org/DocBookTools)
19provides all the bits & pieces you need.  Alternatively, pre-formatted
20documentation is available from Happy's homepage (URL above).
21
22The directory 'examples' contains some example parsers that use Happy.
23
24For information on copying and distributing this program, see the file
25LICENSE in this directory.
26
27Bugs should be reported at: https://github.com/simonmar/happy/issues
28
29Happy Parsing!
30
31Simon.
32