Skip to content

Repository for the "Building a Typechecker from scratch" class

Notifications You must be signed in to change notification settings

imteekay/eva-tc-source

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%