scxml
Here are 27 public repositories matching this topic...
-
Updated
May 30, 2020 - JavaScript
@lbellonda I did not find a repository for the QXmlEdit website so I could submit a pull request for this, so I am opening an issue to have this added to the website.
I just released the QXmlEdit snap on the stable release channel. Quite some time has gone by without any negative feedback.
At this point it would be good if instructions on how to install the QXmlEdit snap could be added to th
-
Updated
May 28, 2020 - C++
Following aspects can be checked:
- update screenshots to have pinned def section, syntax highlighting and proper resolution
- add short abstract to highlight what this example is demonstrating (similar to the getting started examples)
- check if we can improve some styling issues (make things look nicer)
-
Updated
Jun 10, 2020 - C++
-
Updated
May 21, 2020 - HTML
-
Updated
Jun 3, 2020 - C#
-
Updated
May 30, 2020 - JavaScript
-
Updated
Oct 30, 2019 - C++
-
Updated
Dec 21, 2019 - OCaml
-
Updated
Oct 30, 2019 - Python
-
Updated
Apr 27, 2018 - JavaScript
struct StateMachine {
const char *id;
const char *initial;
States states;
+ const char *value;
- const char *transition(const char *currentState, const char *event) {
+ StateMachine *transition(const char *currentState, const char *event) {
const char *nextState = this->states[currentState].on[event];
+ this->value = nextState;
- return nextState;
+ return this;
}
}-
Updated
May 19, 2020
-
Updated
Apr 3, 2020 - C++
-
Updated
Apr 23, 2018 - Python
-
Updated
Apr 15, 2020 - Java
Improve this page
Add a description, image, and links to the scxml topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the scxml topic, visit your repo's landing page and select "manage topics."


Hello,
The https://unpkg.com/@xstate/vue/dist/xstate-vue.min.js url is broken, no "dist" folder ?