Mercurial > lcfOS
view python/ir/symboltable.py @ 169:ee0d30533dae
Added more tests and improved the diagnostic update
author | Windel Bouwman |
---|---|
date | Sat, 23 Mar 2013 18:34:41 +0100 |
parents | 4e79484a9d47 |
children |
line wrap: on
line source
class SymbolTable: """ Holds a table of symbols for a module or function """ def __init__(self): self.symbols = {}