About this document
Symbol Table and Runtime Storage in Compilers by nandan is a document available to read on EtoBox.
The document discusses symbol tables and runtime environments in compiler design. Symbol tables are data structures used by compilers to store information about variables and semantics. They are built during lexical and syntax analysis and used in later phases. Ordered and unordered symbol tables are described along with different data structures used for symbol table management like lists, trees, and hash tables. Runtime environments contain areas for target code, static data, stack, and heap.
- Author
- nandan
- Language
- EN