elk icon indicating copy to clipboard operation
elk copied to clipboard

A low footprint JavaScript engine for embedded systems

Results 4 elk issues
Sort by recently updated
recently updated
newest added

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...