Mercurial > lcfOS
view python/ppci/core/symboltable.py @ 139:2ec4d4332b7a
Improve hexedit
author | Windel Bouwman |
---|---|
date | Sat, 26 Jan 2013 19:44:36 +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 = {}