. scope and visibility rules determine the structure of global symbol table
. for Algol class of languages scoping rules structure the symbol table as tree of local tables
- global scope as root
- tables for nested scope as children of the table for the scope they are
nested in
|