Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/imteekay/essentials-of-interpretation
- Owner: imteekay
- License: mit
- Created: 2023-07-30T13:44:39.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-19T11:03:46.000Z (about 1 year ago)
- Last Synced: 2025-01-05T18:46:13.461Z (7 days ago)
- Topics: compiler, interpreter, programming-language
- Language: JavaScript
- Homepage: https://www.iamtk.co/series/essentials-of-interpretation
- Size: 64.5 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)