Re: [IronPython] Getting hold of a ClassDefinition within IronPython.Compiler.Ast.Statement.Transform()

2009-02-05 Thread Eyvind Axelsen
: Wednesday, February 04, 2009 1:59 AM To: Discussion of IronPython Subject: [IronPython] Getting hold of a ClassDefinition within IronPython.Compiler.Ast.Statement.Transform() Hi everyone, I am playing around and experimenting with new language features within IronPython (mainly out of academic

Re: [IronPython] Getting hold of a ClassDefinition within IronPython.Compiler.Ast.Statement.Transform()

2009-02-05 Thread Dino Viehland
: [IronPython] Getting hold of a ClassDefinition within IronPython.Compiler.Ast.Statement.Transform() Dino, Thank you for responding! Getting hold of an arbitrary ClassDefinition (and then modifying it slightly) is what I'm trying to do, so I will try your suggestions. I suppose you don't have any

[IronPython] Getting hold of a ClassDefinition within IronPython.Compiler.Ast.Statement.Transform()

2009-02-04 Thread Eyvind Axelsen
Hi everyone, I am playing around and experimenting with new language features within IronPython (mainly out of academic interest), and I have been extending the IronPython compiler/interpreter for this purpose. However, please keep in mind that I am very new to this, and still don't quite know my

Re: [IronPython] Getting hold of a ClassDefinition within IronPython.Compiler.Ast.Statement.Transform()

2009-02-04 Thread Dino Viehland
] On Behalf Of Eyvind Axelsen Sent: Wednesday, February 04, 2009 1:59 AM To: Discussion of IronPython Subject: [IronPython] Getting hold of a ClassDefinition within IronPython.Compiler.Ast.Statement.Transform() Hi everyone, I am playing around and experimenting with new language features within