On this page:
Compilers – 2023/  24
8.10

Compilers – 2023/24

The goal of this course is to give students experience designing, implementing, and extending programming languages. Students will start from a machine language, the x86-64 CPU instruction set with Linux system calls (x64), and incrementally build a compiler for a subset of Racket to this machine language. In the process, students will practice building, extending, and maintaining a complex piece of software, and practice creating, enforcing, and exploiting abstractions formalized in programming languages.

The course assumes familiarity with basic functional programming in Racket, and some simple imperative programming in assembly. More information about the requirements, contents and grading can be found at the following course pages:

    1 Book

    2 Project Milestones

    3 CPSC 411 Infrastructure Package

    4 Credits