Mercurial > lcfOS
view python/ir/symboltable.py @ 157:8f3924b6076e
Added some code generator things
author | Windel Bouwman |
---|---|
date | Sun, 03 Mar 2013 18:14:35 +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 = {}