this pretokenise flag is still effective just for code in RAM,right?
The flag itself is, yes.
However the Pretokenise code before upload (BETA) option in the IDE should pretokenise the code in the IDE.
I just looked into this and annoyingly it does it only when uploading to RAM, which kind of defies the point. The issue was just to do with the ordering of the various transforms that are applied to the code and I've now fixed it, but right now it's only live on espruino.com/ide (you'll have to ensure you refresh the page to pick the change up)
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.
The flag itself is, yes.
However the
Pretokenise code before upload (BETA)
option in the IDE should pretokenise the code in the IDE.I just looked into this and annoyingly it does it only when uploading to RAM, which kind of defies the point. The issue was just to do with the ordering of the various transforms that are applied to the code and I've now fixed it, but right now it's only live on
espruino.com/ide
(you'll have to ensure you refresh the page to pick the change up)