Just had a glance at it and it looks neat.
Currently my Espruinos have a small 'bootloader' set via E.setBootCode (I think I understand now how to tokenise it). It receives strings via TCP and evals them - large strings with class definitions, instantiation etc. Does the code processed by eval get pretokenised, provided the flag is set?
(side note: I once had a Sinclair ZX81 with 1kB of RAM. The code was immediately entered as tokens.)
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 had a glance at it and it looks neat.
Currently my Espruinos have a small 'bootloader' set via
E.setBootCode
(I think I understand now how to tokenise it). It receives strings via TCP and evals them - large strings with class definitions, instantiation etc. Does the code processed by eval get pretokenised, provided the flag is set?(side note: I once had a Sinclair ZX81 with 1kB of RAM. The code was immediately entered as tokens.)