Fork of the FSM finite state machine package in the XState library from STATELY Ai, to enable the FSM to be run as a module within the Espruino JavaScript Interpreter for Microcontrollers. Providing enhancements to enable some basic StateChart features to be supported (eg nested states).
MIT License
0
stars
0
forks
source link
Espruino not supporting Destructured assignment - const target #7
above error occurs running test_basicMachine.js inEsprunio
Target is subject of a destructuring assignment which is not supported in Espruino.