Sunday, February 26, 2006

Exposing AST to Python Programs

Yesterday we decided to expose the AST as a set of Python objects, one class for each constructor in the AST with abstract base classes for each type. Martin von Löwis checked it in today! The code recursively copies the internal C representation to Python objects.

No comments: