elk
elk copied to clipboard
A low footprint JavaScript engine for embedded systems
Removed print, added require and fixed the compilation
When I use timer in JS code it makes esp32 crash. The code runs for some minutes, but then it crashes. Any idea of what should be? ` 7c8a3 2...
Hello, I've stumbled upon a bug in `do_op` when handling `TOK_POSTINC` (and `TOK_POSTDEC`) assignment. There's a missing type check for lhs, which causes it to be used directly instead of...
replaced size parameter from ~0 with ~0U