fsm
fsm copied to clipboard
SCXML support
Generation of FSM at runtime from SCXML file/reader? Would be pretty cool! What are your thoughts?
https://en.wikipedia.org/wiki/SCXML
Sure, could be a useful addition. If you want to create a PR you are more than welcome! If so put the tool in a subpackage named “scxml”.
Hi,
I am writing a library that generates Go FSM code from a subset of SCXML. However, I think this project is more what I am looking for.
Is it okay if I work on a PR to create a subpackage that takes a .scxml file and returns a *fsm.FSM? I can also write down the specification of the subset of SCXML that fits this project.
Sounds perfect to me!
Hi @eariassoto ,
I know it's been a while but, did you work on this?
I used in the past SCXML parser in Node.js and it was great to keep sync with the FSM.
Thank you,
EDIT: by the way, I wonder if https://github.com/therecipe/qt/tree/master/scxml could fit this need? Need to investigate hmmm