Skip to content

Passing symbol table through the Python AST parser

Compare
Choose a tag to compare
@takev takev released this 25 Oct 22:52
· 3 commits to master since this release

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.