Tag archive for "hash"

Processing Label declarations is trivial. They are simply stored into symbol table as identifiers.

Every compiler stores data in different symbol tables. Symbol table is a special data structure that is designed for easy insertion of new symbol with associated data and quick search through all elements in the table.

All Turbo Pascal reserved words are stored in a dedicated symbol table.