Hello all, Sorry for being lazy, but...
What is the easiest way of building an AST from IronPython 2 code? I would like an AST that I can modify and then flatten again in Silverlight.... It needn't be a Python AST, an IronPython one is fine. I only need access to 'name' nodes... I wish to change some of the names and turn the AST back into code before exec'ing. :-) Thanks Michael http://www.ironpython.info/ _______________________________________________ Users mailing list Users@lists.ironpython.com http://lists.ironpython.com/listinfo.cgi/users-ironpython.com