Lecture 1: What is a Compiler?

Eelco Visser
Lecture | PDF
September 03, 2020

In the opening lecture we look at what compilers are, why you would want to study them, and how the course is organized.

Reading Material

The lecture discusses the traditional compiler pipeline. In the course we will be using the Spoofax language workbench to define and implement languages. The [OOPSLA 2010] paper describes the design of Spoofax. The [SEFM 2020] gives an overview of SDF3, the language we will for syntax definition.

Tutorial

Introduction to a tutorial on Spoofax at the PLDI 2020 conference in June 2020.

References