Hmm. If it's complaining about if(a>r&&a<s){a:{... that does look a bit iffy.
I wonder if because I switched to using ES6 minification (to allow numbers like 0b0101 to be handled nicely), it's creating some crazy minified ES6 code too :)
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.
Hmm. If it's complaining about
if(a>r&&a<s){a:{...
that does look a bit iffy.I wonder if because I switched to using ES6 minification (to allow numbers like
0b0101
to be handled nicely), it's creating some crazy minified ES6 code too :)