How to write a programming language - Part 3, The Evaluator
October 16, 2016 [Programming, Programming Languages, Python, Tech, Videos]Series: Lexer, Parser, Evaluator.
Finally, we get onto the actual magic of the little language I wrote (Cell) - the evaluator, which takes in syntax trees and finds their real value, in the context of the "environment": the symbols that are defined around it.
Slides: How to write a programming language - Part 3, The Evaluator
If you want to, you can Support me on Patreon.