Skip to content

A very simple example of how to use Alex and Happy to build a language processor in Haskell.

Notifications You must be signed in to change notification settings

BrtBnn/happy-example

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A very simple example of how to use Alex and Happy to build a language
processor in Haskell.

To build this, you will need to install Alex and Happy. The easiest way to get
them is via Hackage:

$ cabal install alex
$ cabal install happy

About

A very simple example of how to use Alex and Happy to build a language processor in Haskell.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Yacc 34.8%
  • Logos 33.9%
  • Haskell 24.9%
  • Makefile 6.4%