SCXML: Difference between revisions

Content deleted Content added
Add lua implementation
No edit summary
Line 97:
*[https://github.com/jbeard4/SCION SCION] SCXML implemented in portable JavaScript.
*[http://github.com/Touffy/JSSCxml JSSCxml] a Web browser implementation under active development. Highly conformant, with good support for DOM Events. Only supports the ECMAScript datamodel.
*[https://github.com/tklab-tud/uscxml uSCXML] Standard-compliant SCXML implementation in C/C++ interpreter and transformer/compiler with language bindings for Java and C#. Full ECMAScript support (all tests passed) via JavaScriptCore or Google's v8, additional LUA and Prolog datamodels, only rudimentary support for XPath datamodel. PROMELA datamodel for formal verification with the SPIN model-checker.
*[https://github.com/Phrogz/LXSC LXSC] Lua XML StateChart interpreter - parses and executes SCXML state machines with a Lua data model.