Popularity
9.7
Stable
Activity
5.7
-
271
13
86

Monthly Downloads: 430
Programming language: Haskell
License: BSD 2-clause "Simplified" License
Tags: Development     Happy     Assets    
Latest version: v1.19.12

happy alternatives and similar packages

Based on the "Development" category.
Alternatively, view happy alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of happy or a related project?

Add another 'Development' Package

README

Happy

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

Build Status

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.

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

Happy Parsing!

Simon.


*Note that all licence references and agreements mentioned in the happy README section above are relevant to that project's source code only.