Chapter 3: Adding an Evaluator to MonkeyLang
Introduction After implementing a lexer to tokenize our code and a parser to create an Abstract Syntax Tree (AST), the next crucial step in building MonkeyLang is adding an evaluator. The evaluator traverses our AST and executes the code, bringing ou...
Nov 21, 20245 min read100





