[TIP] Pythoscope proposal

Michał Kwiatkowski constant.beta at gmail.com
Wed Aug 20 10:59:44 PDT 2008


On Tue, Aug 19, 2008 at 6:18 PM, Matt Good <matt at matt-good.net> wrote:
> There's also Armin's high-level wrapper to the _ast module released
> under the Python License:
> http://lucumr.pocoo.org/cogitations/2008/03/30/high-level-ast-module-for-python/
>
> It doesn't have a fall-back to the compiler module yet, but I'm sure
> that could be added if you need an alternative AST API.

The fall-back is what we're interested most. We don't do any AST
transformations, but rather pretty straightforward (for now at least
;-) traversal. Thanks for the link, it's good to know that a lot of
people are playing with Python AST. The more real-world examples the
better.

Cheers,
mk



More information about the testing-in-python mailing list