> You're not think 5th dimensionally here;

I rarely venture in such an integer state of mind. I'm more of a
fractal kinda guy :-)

> Currently without fixing this bug a use has the expression statement of;
>
> var a = ((a + b) - (c + d)) * e;
>
> They use the compiler, it checks out fine, FalconJx is currently rendering
> to JavaScript that will get executed;
>
> var a = a + b - c + d * e;
>
> See a problem here?

Yes, that's why I wrote you that TODO in the test ;-)

> I have tested a fix that produces;
>
> var a:* = ((a + b) - (c + d)) * e;

You are awesome! I might have to come visit you in your universe
sometimes, I'm sure you over-hyper-cube-landers can teach me a trick
or two.

Looking forward to you commit,

Have fun!

EdB



-- 
Ix Multimedia Software

Jan Luykenstraat 27
3521 VB Utrecht

T. 06-51952295
I. www.ixsoftware.nl

Reply via email to