Re: [IronPython] Using IronPython AST

2008-10-08 Thread Dino Viehland
ehalf Of Dan Eloff Sent: Wednesday, October 08, 2008 2:54 PM To: Discussion of IronPython Subject: Re: [IronPython] Using IronPython AST #1 - Great, I can manage that. #2 - This is promising. Because I want this to work in silverlight as well, I'll have to patch IronPython to give a public inte

Re: [IronPython] Using IronPython AST

2008-10-08 Thread Dan Eloff
ext release - mainly because I didn't have a chance to > port the v1.0 tests forward. But it's pretty easy to grab it from the v1.1 > sources and update it as our AST hasn't changed very much. > > -Original Message- > From: [EMAIL PROTECTED] [mailto:[

Re: [IronPython] Using IronPython AST

2008-10-08 Thread Dino Viehland
ent: Wednesday, October 08, 2008 1:42 PM To: Discussion of IronPython Subject: [IronPython] Using IronPython AST I'm looking at the ast stuff in IronPython.Compiler.Ast and seeing how difficult it would be to write a python 2.5 _ast (and 2.6 ast) wrapper over it. Jython actually supports this n

[IronPython] Using IronPython AST

2008-10-08 Thread Dan Eloff
I'm looking at the ast stuff in IronPython.Compiler.Ast and seeing how difficult it would be to write a python 2.5 _ast (and 2.6 ast) wrapper over it. Jython actually supports this now, and I don't wish to see IronPython left behind in this area. It looks like I should be able to handle a read-on