Building an Interpreter in Go - Chapter 2: Pratt Parsing
Overview In the previous chapter, we built a basic lexer that could break down our source code into individual tokens. This provided the foundation for the next step - parsing those tokens into an Abstract Syntax Tree (AST) that represents the struct...
Nov 7, 20244 min read174


