Skip to main content





Announcements

  • Results from the 2023 Compiler Bakeoff are now available.
  • Frequently asked questions:
    1. I didn't enroll in the course in December. Can I still join the course? Almost certainly.
    2. When does CS 4121/5121 meet? At the same time as CS 4120/5120.
    3. Is there any difference between 4120 and 5120? The latter is for MEng students and requires a little more work on the project and homework assignments.
    4. Is this course going to be similar to last time? Yes.
    5. When will this course be offered next? Not certain, but probably in Spring 2025.

Overview

This course offers an introduction to the specification and implementation of modern compilers. Topics covered include lexical scanning, parsing, type checking, code generation and translation, an introduction to optimization, and compile-time and run-time support for modern programming languages.  As part of the course, students build an optimizing compiler for a simple language.