Just to add that I'm looking into the raw strings code at the moment - I already have a proof of concept and it looks pretty easy - under 50 lines of changes.
I may have to do something a bit more complicated to get the pretokeniser to detect atob("...") but even that doesn't look too painful
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.
Just to add that I'm looking into the raw strings code at the moment - I already have a proof of concept and it looks pretty easy - under 50 lines of changes.
I may have to do something a bit more complicated to get the pretokeniser to detect
atob("...")
but even that doesn't look too painful