Also, just wanted to say: some bits of JS are nasty and it pains me to implement them.
>08 =8 >07 =7
But...
>018 =18 >017 =15 >01A "Unexpected token ILLEGAL" >parseInt("01A") =1 >17. =17 >017. "Unexpected end of input" >parseInt("017.") =17
@Gordon started
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
Also, just wanted to say: some bits of JS are nasty and it pains me to implement them.
But...