Mercurial > lcfOS
view python/ppci/core/symboltable.py @ 114:f42268da614f
Connected to stm32f4discovery
author | Windel Bouwman |
---|---|
date | Sat, 05 Jan 2013 19:07:14 +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 = {}