ginal Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Christian Schmidt
Sent: Monday, August 14, 2006 6:32 AM
To: [email protected]
Subject: [IronPython] Usage of Parser.FromString
Hi,
I'm trying to fill a treeview with the statements found in a embedded pyth
Hi,
I'm trying to fill a treeview with the statements found in a embedded
python script. How do I traverse through the tree of parsed statements?
using IronPython;
using IronPython.Compiler;
using IronPython.Compiler.Ast;
void doparse(string txt) {
SystemState ss = new SystemState(engineOptio