January 2026
Intermediate to advanced
372 pages
8h 14m
English
While the abstract syntax tree (AST) is now much closer to the semantics of the execution of the code from the programming language, it still does not represent actual executable instructions. The interpreter only knows how to process an operation tree, and we have now finally gotten to the point where we will complete the loop, all the way from source code to the executable instructions.
In this chapter, I will focus on the challenges and the practical approach involved in the transformation of the AST into the operations the interpreter can run. The following topics will be covered:
Read now
Unlock full access