Passing symbol table through the Python AST parser
The python extension for parsing yeast files now accepts a symbol table, which is passed into every constructor of your AST objects. This allows your AST objects to record their existence into this table.