------------------------------------- 15min compiler using Haskell ------------------------------------- This directory contains a simple example of building a compiler with a lexer and parser generated by Happy for Haskell. The compiler translates a little language about circles into a postscript file. See the infile for example input. See Main15min.hs for build and usage instructions. ------------------ Credits ------------------------------------------------ Edited significantly for Haskell and Happy by Michelle Strout, February and March 2015. Put together by Michelle Strout, February 2010. Copied and edited with permission from Rick Ord's lex and yacc 5-minute compiler. Rick Ord saw this demonstrated Martin Ruckert, Munich University of Applied Sciences, at SIGCSE 2007.