Skip to content

DmitrySoshnikov/eva-mpp-source

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Building a Transpiler from scratch

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

As mentioned in the class description, we want our students to understand and implement every piece of detail from the Transpiler themselves, instead of copy-pasting from the final solution.

Therefore, the source code here provides only the 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] === "var") {
  // Implement here...
}

Enroll

You can enroll to the full course here:

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

About

Code repository for the "Building a Transpiler from scratch" course

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published