------------------------------------- 15min compiler using Haskell ------------------------------------- This directory contains a simple example of building a compiler with a lexer and a predictive parser implemented by hand in 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 by Michelle Strout, February 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.