Akshay Thakurblog.aksact.devยทNov 7, 2024Building an Interpreter in Go - Chapter 2: Pratt ParsingOverview 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...42 readsinterpreterAdd a thoughtful commentNo comments yetBe the first to start the conversation.