view python/ppci/core/symboltable.py @ 117:f2b37d78082d

Flash write improvements
author Windel Bouwman
date Sat, 12 Jan 2013 09:38:35 +0100
parents 1544e7a4aa98
children
line wrap: on
line source


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