[IronPython] Accessing Iron Python Abstract Syntax Tree
Jeff Hardy
jdhardy at gmail.com
Fri Jun 11 17:06:46 CEST 2010
On Thu, Jun 10, 2010 at 6:02 PM, <aho1 at rockwellcollins.com> 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
More information about the Ironpython-users
mailing list