script to translate from compiler AST

Andrey Khavryuchenko akhavr at kds.com.ua
Mon Jan 12 13:03:47 EST 2004


Miki,

"MT" == Miki Tebeka wrote:

 MT> Have you looked at the parser module?
 MT> (http://www.python.org/doc/current/lib/module-parser.html) it does
 MT> have some functions operating on AST. The is also a visitor patter
 MT> support in the compiler module.

Well, I'm speaking exactly about the compiler module.  Imagine, I've built
an AST that I want to run.  I've not found an easy (read library) way to do
that, hence the questions.

-- 
Andrey V Khavryuchenko            http://www.kds.com.ua/
Silver Bullet Software Solutions  http://www.kds.com.ua/training/



More information about the Python-list mailing list