[IronPython] CodeWalker public?

Dino Viehland dinov at exchange.microsoft.com
Wed Jul 2 01:07:29 CEST 2008


There's a AstWalker/IAstWalker in IronPython.Compiler.Ast which is better for general consumption.  Is that good enough?  The AST nodes then expose Walk method which take the IAstWalker.

From: users-bounces at lists.ironpython.com [mailto:users-bounces at lists.ironpython.com] On Behalf Of Michael Stephens
Sent: Tuesday, July 01, 2008 3:59 PM
To: Discussion of IronPython
Subject: [IronPython] CodeWalker public?

Any chance of getting CodeWalker made public in the 1.2 release?  We really need to be able to easily walk through the AST and track dependant objects.

Michael Stephens

Electrical Engineering Graduate Student
University of Wyoming
falcon at uwyo.edu<mailto:falcon at uwyo.edu> or 89iroc at gmail.com<mailto:89iroc at gmail.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/ironpython-users/attachments/20080701/57a0a2f5/attachment.html>


More information about the Ironpython-users mailing list