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
In general, it's easy enough to construct the symbol table for C, Java, and Python using a lexical scope visitor. C++ introduces some additional challenges.
Use to track variables, functions, types, modules, classes, etc.
Simplifies implementation of other analyses.
Subtasks:
In general, it's easy enough to construct the symbol table for C, Java, and Python using a lexical scope visitor. C++ introduces some additional challenges.
See: https://docs.python.org/3/library/symtable.html
The text was updated successfully, but these errors were encountered: