Akshay Thakurblog.aksact.dev·Nov 21, 2024Chapter 3: Adding an Evaluator to MonkeyLangIntroduction 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...1 like·58 readsGo LanguageAdd a thoughtful commentNo comments yetBe the first to start the conversation.