Symbol Table (Identifier Table)
 1: Id1--   -
 2: Pos--   -
Practical problem:
…
…
1.2.3.4.5.         n.
Symbol table:
 3: X----   -
…
1) Short identifiers:
• Empty spaces in memory (-)
2) Long identifiers:
• Length(Id) £ n
Textové pole: …
…
Textové pole: …
…
Solution:
Id1#Pos#X#
…
 1:
 2:
 Symbol table
 3:
…
23/35