Chapter 2: Introduction to compilers

Final Compiler structure


This diagram elaborates what's written in the previous slide. You can see that each stage can access the Symbol Table. All the relevant information about the variables, classes, functions etc. are stored in it.