I\'m working on a school project where I have to build an interpreter for a simple language using Alex + Happy in Haskell.
After looking through the documentation I unde
I wrote a series of posts at bjbell.wordpress.com on using Alex+Happy+LLVM to write a compiler for a simple Java like language.
The source-code is on GitHub at https://github.com/bjwbell/NewL-Compiler (I haven't touched it in a couple years).