On Thu, Jun 10, 2010 at 6:02 PM, <[email protected]> wrote: > I do not want to create my own source code to AST parser, I just want to use > Iron Python's default parser so I can process some Iron Python code.
There's an implementation of the standard library 'ast' module (http://docs.python.org/library/ast.html) available at http://bitbucket.org/jdhardy/_ast/. You'll have to compile it from source, which may mean tweaking the references in the .csproj file. Let me know if you have any issues (I really should post some binaries...). - Jeff _______________________________________________ Users mailing list [email protected] http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
