0 Members and 2 Guests are viewing this topic.
I am back to 0.5.3 (which works fine ) and I noticed that compiling is much, much faster. Were that many new features added to Axe 1?
Quote from: mrmprog on July 23, 2011, 08:09:20 amI am back to 0.5.3 (which works fine ) and I noticed that compiling is much, much faster. Were that many new features added to Axe 1? Yes, and tons of new features were added, allowing variable names to be longer, forward referencing, a much, much higher variable limit, and other changes. This translates to slower parsing, but it's more flexible this way.
It should eventually allow you to write code in a more natural way and then automatically convert it to code that is more "Runer Style" as I like to call it
0→A1→B
ld hl,0 ld (A),hl ld l,1 ;or even inc l if you can pull it off ld (B),hl
Quigibo just released Axe 0.0.2 1.0.2, it fixes all the bugs in the 1.0.1
:If A:If B:If C:<code>:End:End:End
:If A?B?C,,:<code>:End
If (A?(B?(C),<b is false>),<a is false>)