[IronPython] CodeWalker public?

Michael Stephens 89iroc at gmail.com
Wed Jul 2 02:03:45 CEST 2008


Thanks.. I didn't realize that the nodes were meant for walking :)  I
thought I would have to dispatch to the right walk method etc. Thanks!

Michael Stephens

Electrical Engineering Graduate Student
University of Wyoming
falcon at uwyo.edu or 89iroc at gmail.com

On Tue, Jul 1, 2008 at 5:07 PM, Dino Viehland <dinov at exchange.microsoft.com>
wrote:

>  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 or 89iroc at gmail.com
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/ironpython-users/attachments/20080701/466cdd0a/attachment.html>


More information about the Ironpython-users mailing list