Re: Transformation with ``parser`` ast

2008-10-13 Thread Benjamin
On Oct 13, 2:39 pm, Malthe Borch <[EMAIL PROTECTED]> wrote: > (Note: repost from python-dev) > > The ``compiler.ast`` module makes parsing Python source-code and AST > manipulation relatively painless and it's straight-forward to implement > a transformer class. > > However, I find that the ``compi

Transformation with ``parser`` ast

2008-10-13 Thread Malthe Borch
(Note: repost from python-dev) The ``compiler.ast`` module makes parsing Python source-code and AST manipulation relatively painless and it's straight-forward to implement a transformer class. However, I find that the ``compiler.pycodegen`` module imposes a hard limit on the length of functi