[Modules] [Syllabus] [Project]

Compiler Project

We will be creating a compiler for a subset of Java, called Javalet. It will be divided into 4 parts. The later, more difficult parts, are worth 10 points each, and the earlier, easier parts are worth 5 points each.

We will be using lex and yacc (which create a bottom up parser).