decioferreira / eva-tc-source

Repository for the "Building a Typechecker from scratch" class

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Building a Typechecker from scratch

This is a repository for the Building a Typechecker from scratch course.

As we want our students to understand and implement every piece of detail from the Typechecker themselves, instead of copy-pasting from the final solution, the source code here provides only an overall structure of the project, leaving the missing parts as assignments. The "Implement here..." comments with references to appropriate video lectures, show specific places which are needed to be completed in order to finalize the full working interpreter.

Example:

if (exp[0] === "def") {
  /* Implement here: */
}

Enroll

You can enroll to the full course here:

More details, classes, articles and info is on http://dmitrysoshnikov.com.

About

Repository for the "Building a Typechecker from scratch" class


Languages

Language:JavaScript 100.0%