Mercurial > lcfOS
view python/ir/symboltable.py @ 160:10330be89bc2
Started from scratch with code edit
author | Windel Bouwman |
---|---|
date | Sat, 09 Mar 2013 11:56:48 +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 = {}