SymbolTable module

class SymbolTable.SymbolTable

Bases: object

Class for Symbols tables

check_name()

Get the name of variable and check in SymbolTable if already exists

static get_varaible(variable)

Get the variable and check in SymbolTable if already exists

symbol_table = {}