Mercurial > lcfOS
view python/ir/symboltable.py @ 161:956f8e5ee48a
Improvements to code edit
author | Windel Bouwman |
---|---|
date | Sat, 09 Mar 2013 15:52:55 +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 = {}