All Projects → simonmar → Happy

simonmar / Happy

Licence: other
The Happy parser generator for Haskell

Programming Languages

haskell
3896 projects

Happy

Build Status

Happy is a parser generator for Haskell 98 (and later).

Build Instructions

Happy is built using Cabal. First install GHC, then:

  $ cabal install

If you obtained the development version from https://github.com/simonmar/happy/, install via:

  $ make sdist && cabal install

Complete documentation can be found in the directory 'doc', in DocBook XML format. To format the documentation, the DocBook-Tools suite (see https://github.com/docbook/wiki/wiki/DocBookTools) provides all the bits & pieces you need. Alternatively, pre-formatted documentation is available from Happy's homepage (URL above).

The directory 'examples' contains some example parsers that use Happy.

For information on copying and distributing this program, see the file LICENSE in this directory.

Contributing & Reporting Issues

Bugs should be reported at: https://github.com/simonmar/happy/issues

Happy Parsing!

Simon.

Current Maintainers

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].