Hi @michaelsndr ,
It might interest you, I am currently writing (in progress) an executable diagram (to use directly in the browser or cli).
You have to describe the diagram using an string with this format (state transition table[0]):
STATE input STATE :action
Here some examples:
- Executable diagram on a browser
- Path highlighting
- Demo:
https://diegoperezm.github.io/simple-machine-config-xstate/examples/browser/trafficlights/index.html
Cheers and happy coding
Notes: