uscxml icon indicating copy to clipboard operation
uscxml copied to clipboard

SCXML interpreter and transformer/compiler written in C/C++ with bindings to Java, C#, Python and Lua

Results 32 uscxml issues
Sort by recently updated
recently updated
newest added

uscxml is dead - long live uscxml ## active forks see https://techgaun.github.io/active-forks/#https://github.com/tklab-tud/uscxml * https://github.com/alexzhornyak/uscxml * not really "active" * branch `ArrayAsMap` is 40 commits ahead, 78 commits behind tklab-tud:master ##...

I found a case, where only one of two parallel transitions on the same event are executed. SCXML: ```xml ``` ![1624952219](https://user-images.githubusercontent.com/24896645/123759600-549fa080-d8c0-11eb-98e8-acde74e8b5d6.png) Initial configuration: ```python ['parallel', 's1', 's11', 's2', 'wrapper_state', 's21']...

The basic parallel example of section 3.1.3 of the SCXML spec (S1, S2, S11, etc.) does not seem to work as expected, When stepping through this example (slightly modified, to...

At the end of my build: ``` [ 47%] Linking CXX executable bin/uscxml-browser lib/libuscxml.so.2.0.0: undefined reference to `inflateInit2_' lib/libuscxml.so.2.0.0: undefined reference to `zlibVersion' lib/libuscxml.so.2.0.0: undefined reference to `inflate' lib/libuscxml.so.2.0.0: undefined...

Hello, I found USCXML a very perfect means to execute my test procedure, I am using it as a Scheduler with my test specific instructions in the state chart, Also...

Hello, I created an example of compound states and few events, I am not able to execute the wait state of 2000ms in my state chart. following is the output...

# Example of the problem ISWHITESPACE function in String.cpp cause Debug Assertion if non-latin symbol is used ```xml ``` The next state machine source code cause **Debug Assertion `Expression: c>=-1...

This issue is mostly duplicated with [#144 ](https://github.com/tklab-tud/uscxml/issues/144) but because of no rights to reopen I decided to post a new one to warn other users using non-latin codepages with...

...otherwise if after == "true" the callback will be called twice.