Monday, February 22, 2010

Instrumenting the AST

Here is the place for you to leave comments on "Instrumenting the AST" wherein I describe an way to modify the AST for Python code in order to insert new code for things like line and branch tracing and ways to add tests which aren't otherwise easily possible.