Re: [Ironpython-users] PythonAst

2011-12-19 Thread Rutger Koperdraad
:[email protected]] Sent: Thursday, 15 December, 2011 14:07 To: Rutger Koperdraad; [email protected] Subject: RE: [Ironpython-users] PythonAst I'd suggest adding a method in the walker which handles AssignmentStatements and looks to see if the left-hand side is a NameExpressi

Re: [Ironpython-users] PythonAst

2011-12-15 Thread Dino Viehland
[email protected] [mailto:[email protected]] On Behalf Of Rutger Koperdraad Sent: Thursday, December 15, 2011 8:34 AM To: [email protected] Subject: [Ironpython-users] PythonAst Hi, I'm writing an application

[Ironpython-users] PythonAst

2011-12-15 Thread Rutger Koperdraad
Hi, I'm writing an application in Visual Basic .NET that allows the users to write scripts in IronPython for some specialized customization needs. Users provide a script, a number of variable names and values, and an expression. For example, to customize the displaying of dates, they could prov