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]<mailto:[EMAIL PROTECTED]> or [EMAIL PROTECTED]<mailto:[EMAIL PROTECTED]>
_______________________________________________ Users mailing list [email protected] http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
