On-Line Course: CSEP 501, Autumn 2011

Title: 
Compiler Construction
Description: 

The goal of the course is to understand how a modern compiler is structured and the major algorithms used to translate code from high-level to machine language. One of the best ways 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.

Instructor: 
Hal Perkins
Links: