Skip to content
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

Open
JalfResi opened this issue Aug 21, 2017 · 4 comments
Open

SCXML support #29

JalfResi opened this issue Aug 21, 2017 · 4 comments

Comments

@JalfResi
Copy link

Generation of FSM at runtime from SCXML file/reader? Would be pretty cool! What are your thoughts?

https://en.wikipedia.org/wiki/SCXML

@maxekman
Copy link
Member

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”.

@eariassoto
Copy link

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.

@maxekman
Copy link
Member

Sounds perfect to me!

@sneko
Copy link

sneko commented Nov 14, 2020

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants