Re: Using ForStatementNode for AST analysis of for each statements

2019-05-10 Thread Lance Johnson
I may take a look later on.  I already have quite a bit of code invested in Flex, and the code I'm parsing is compiled with Flex, so I'm stuck with it, for now. I went ahead and made the necessary changes, ended up being fairly simple.  Unfortunately, my editor "fixed" a bunch of trailing whit

Re: Using ForStatementNode for AST analysis of for each statements

2019-05-09 Thread Alex Harui
Hi, I do not know the Flex MXMLC compiler very well at all, and I'm not sure anyone else does either at this point. The next generation compiler (was known as Falcon) might be worth a try. A few more of us do know this compiler better, and you might find that its AST has what you need. The

Using ForStatementNode for AST analysis of for each statements

2019-05-08 Thread Lance Johnson
Greetings. This email will probably contain some dumb questions buried in a jumble of context, but I'm potentially looking at patching Flex to fix this problem and would like to exhaust all /other/ possibilities before I do so. The project I am working on has already snowballed into an avala