-
Notifications
You must be signed in to change notification settings - Fork 768
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 to Stateless compiler #387
Comments
That looks very interesting! |
Ok, thanks. No worries. |
Any contributions are much appreciated! :-) |
We are willing to spend time and money on this. We have an application where we need to draw the state machines in SCXML (or similar) and the we need to generate the code in C#. We could redo the scxmlcc project, mentioned above, to generate C# code. Or we could add a feature to stateless, such that it can import the state machine from SCXML. We need to figure out which is the best solution for us. We need one other important feature. If the system reboots, we must always save the latest state and reload back to that state after reboot. |
Ah great! Thanks: Oleg Lukin |
It would be good to have SCXML to Stateless state machine compiler.
Maybe as a separate project.
There are libraries that convert SCXML state machine definitions into different languages (JS, C++).
--
References:
http://commons.apache.org/proper/commons-scxml/index.html
https://en.wikipedia.org/wiki/SCXML
https://xstate.js.org/docs/
https://github.com/jp-embedded/scxmlcc
The text was updated successfully, but these errors were encountered: