Building a Static Type-Inferring Compiler Course

This is a companion repository for the Building a Static Type-Inferring Compiler course on Frontend Masters. Frontend Masters

Course Info

Welcome!

There are slides for this course which reference the exercises in this repo.

Setup Instructions

For this course, you'll need to clone this repository have installed.

To verify this, run the following command:

node --version

The course has been tested on Node.js version 22.9.0; anything later than that should work, although earlier versions than that might not work.