slviajero/tinybasic

ECMA55 test with numebrs beginning with a "." fail

Closed this issue · 5 comments

Any number starting with a decimal point causes a syntax error. For example PRINT 2+.2 causes a syntax error.

Further testing shows that this can be avoided by using a leading "0". Probably not worth fixing but maybe worth a note in the documentation.

I am working my way through all 208 ECMA55 test cases and will share the spreadsheet of my findings. I am running the software on an ATMega 1284 SBC with an SD card, DS3231 rtc and 24C256 external eeprom.