luite / happy

The Happy parser generator for Haskell

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Happy

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

Build Status

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

  $ cabal configure
  $ cabal build
  $ cabal install

Complete documentation can be found in the directory 'doc', in DocBook XML format. To format the documentation, the DocBook-Tools suite (see http://wiki.docbook.org/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.

About

The Happy parser generator for Haskell

License:Other


Languages

Language:Haskell 69.3%Language:Yacc 21.1%Language:LilyPond 8.6%Language:Makefile 0.8%Language:Shell 0.2%