Code360 powered by Coding Ninjas X Naukri.com. Code360 powered by Coding Ninjas X Naukri.com
Last updated: May 3, 2022

Scopes and Symbol Tables

Symbol table is an important data structure used in a compiler. It is used to store the information about the occurrence of various entities such as objects, classes, variable name, interface, function names, etc. It is used by various phases of the compiler.
Symbol Tables in Compiler Design MEDIUM
A symbol table is an important Data Structure used by compilers to manage identifiers in a program, and it is used for the analysis and synthesis processes.
Symbol Table: Operations and Data Structures EASY
In this blog, we are going to learn about symbol table in compilers, operations and data structures associated with them.