No success rate.
Coverage > 95% ... considering the Arduino from 2005 took 5 years to reach rev. 18 and it took only several months for Leaflabs, then you guys are looking good.
Here is my running list of the problems I found, so far. <--- close your eyes on this one.
#1. Goto command example does not work also
color change on this keyword does not change.
Note: This is an Arduino problem.
The keyword color change is Leaflab's problem.
#2. "word" does not compile.
#3. sizeof() keyword color does not change.
#4. pow() keyword color does not change.
#5. Serialx.flush() does not work for all three serial ports.
#6. Interrupts command(s) does not work.
#7. SerialUSB.print() does not work on the serial monitor in windows xp.
#8. micros() command does not compile.
#9. GPIO mode additional keywords do not change color.
OUTPUT_OPEN_DRAIN, INPUT_FLOATING, INPUT_PULLUP,
INPUT_PULLDOWN, INPUT_ANALOG & PWM
#10. Cannot determine the ram usage in a sketch. Both the flash total and
data are always the same. (win xp sp3)
#11. No "out of bounds" baud rate error checking on the serial.begin(baud); command.
Note: There are different baud rate maximum(s) on different serial ports.
I am almost finished testing except for the analog I/O and shiftOut.
Also, tone,noTone,pulseIn are "work in progress" LOL