You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SWP-Comp-Ch3ck3r edited this page Apr 16, 2013
·
6 revisions
Document Status: Draft / Work in Progress
This article is a draft and work in progress. Feel free to comment and discuss on the issue tracker.
Remarks
Symbol Table
When the parser hits a Token of type "program" (root node) or "block" it has to generate a new symbol table and link it to the corresponding node in the abstract syntax tree. For example by using a node attribute "environment". See Symbol Table for details on this.