On-Line Course: CSEP 501, Autumn 2009

Title: 
Compiler Construction
Description: 

The goal of the course is to understand how a modern compiler is structured and the major algorithms that are used to translate code from high-level to machine language. The best way to do this is to actually build a working compiler, so there will be a significant project to implement one that translates programs written in a core subset of Java into executable x86 assembly language. The compilers themselves will use scanner and parser generator tools and the default implementation language is Java.

Instructor: 
Hal Perkins
Links: