#go
Read more stories on Hashnode
Articles with this tag
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...
Overview In the previous chapter, we built a basic lexer that could break down our source code into individual tokens. This provided the foundation...