-
Notifications
You must be signed in to change notification settings - Fork 312
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SCXML support #29
Comments
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 |
Generation of FSM at runtime from SCXML file/reader? Would be pretty cool! What are your thoughts?
https://en.wikipedia.org/wiki/SCXML
The text was updated successfully, but these errors were encountered: