166
The Axe Parser Project / Re: Features Wishlist
« on: June 18, 2010, 05:34:13 pm »Yes, I also like the syntax after understanding the implications.Gotta love how we can do thatCode: [Select]Disp A+1->A>Dec
. I always wished we could do stuff like this in TI-BASIC too (or in xLIB)
It is bit like the Ans (some differences) but even faster.

I also wish in TI-BASIC we could do some expressions that did not change Ans for faster code.

Even more important would be TI-BASIC be faster interpreting. I will experiment a simple interpreter that looks like TI-BASIC but adds some BBC BASIC, Axe Parser and some of my ideas to it. The floating point operations could be easily added later with bcalls to the TIOS routines. Until that I would use integers for numbers, lists, etc..
The main advantage of a interpreter against Axe Parser is stability and source code is also the code. It would be slower anyway, but I believe is possible to come with a bit faster than BBC Basic.
Also 1000th post. ^^