Symbol Table: Structure
• We need many pieces of information about
   identifiers in ST:
• Variable: name, type, length, …
• Constant: type and value of constant
• Procedure: the number and type of parameters
Textové pole: …
…
Final structure of the symbol table:
Pi
Constant; Type: real, Value: 3.1415927
Id1
Variable; Type: integer
Name
Info
2:
1:
Symbol table
24/35