view python/ppci/core/symboltable.py @ 107:1544e7a4aa98

Improvements
author Windel Bouwman
date Tue, 01 Jan 2013 17:16:05 +0100
parents
children
line wrap: on
line source


class SymbolTable:
   """ Holds a table of symbols for a module or function """
   def __init__(self):
      self.symbols = {}