Erik,

Now that I'm getting back into the core framework again I am wishing that I would have taken care of a bug that I knew about.

There is a serious problem that has to be fixed. Since we don't save tokens from the parser, a Binary AST tree knows nothing about it's order of operations when output using the visitor framework.

The fortunate thing here is that when the ASParser assembles these nodes, they are assembled based on operator precedence.

The unfortunate thing is, when I go to fix this its more than likely going to affect a huge amount of tests.

My plan is to create tests based on my other project so I stay out of the main framework for now. When I figure out something that works I will let you know because we should again be on the same revision so there aren't hard merge issues.

Mike

--
Michael Schmalle - Teoti Graphix, LLC
http://www.teotigraphix.com
http://blog.teotigraphix.com

Reply via email to