HaskellWiki

Haskell | Wiki community | Recent changes
Random page | Special pages

 

Not logged in
Log in | Help

Happy

Categories: Compiler tools | Stub articles

1 Happy

This is a parser generator in the general style of yacc. See http://www.haskell.org/happy for downloads and documentation.

1.1 Usage

happy uses a language description file to create a Haskell module that will do the parsing. Typical usage in in the second stage of a compiler, where it will be used to generate an abstract syntax tree.

1.2 Input File Structure

A happy file consists of four parts.


This article is a stub. You can help by expanding it.

Retrieved from "http://www.haskell.org/haskellwiki/Happy"

This page has been accessed 2,673 times. This page was last modified 20:37, 25 February 2006. Recent content is available under a simple permissive license.