Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/imteekay/essentials-of-interpretation

Building an Interpreter from scratch
https://github.com/imteekay/essentials-of-interpretation

compiler interpreter programming-language

Last synced: about 11 hours ago
JSON representation

Building an Interpreter from scratch

Awesome Lists containing this project

README

        

# Essentials of Interpretation

These are notes from the [Essentials of Interpretation](https://dmitrysoshnikov.teachable.com/p/essentials-of-interpretation) course by [Dmitry Soshnikov](https://dmitrysoshnikov.teachable.com).

The [Essentials of Interpretation Series](https://www.iamtk.co/series/essentials-of-interpretation):

- [Essentials of Interpretation: A Compiler Crash Course](https://www.iamtk.co/series/essentials-of-interpretation/a-compiler-crash-course)
- [The Programming Language & Self-Evaluating Expressions](https://www.iamtk.co/series/essentials-of-interpretation/the-programming-language-and-self-evaluating-expressions)
- [Scoping: Variables, Environments, and Blocks](https://www.iamtk.co/series/essentials-of-interpretation/variables-environments-and-blocks)