Symbol Table - Implementation

Implementation

A common implementation technique is to use a hash table implementation. A compiler may use one large symbol table for all symbols or use separated, hierarchical symbol tables for different scopes.

Read more about this topic:  Symbol Table