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 [EMAIL PROTECTED] or [EMAIL PROTECTED] On Tue, Jul 1, 2008 at 5:07 PM, Dino Viehland <[EMAIL PROTECTED]> 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:* [EMAIL PROTECTED] [mailto: > [EMAIL PROTECTED] *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 > [EMAIL PROTECTED] or [EMAIL PROTECTED] >
_______________________________________________ Users mailing list [email protected] http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
