Skip to content
This repository has been archived by the owner on Sep 25, 2018. It is now read-only.

Commit

Permalink
Trying again to fix broken formatting in README
Browse files Browse the repository at this point in the history
  • Loading branch information
jbeard4 committed Jan 11, 2012
1 parent 7e7297f commit f7200af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -4,7 +4,7 @@ Statecharts is a graphical modelling language developed to describe complex, rea

Statecharts was first described by David Harel in the 1987 paper "Statecharts: A Visual Formalism for Complex Systems". Over the years, many different Statecharts variants have been developed, including the W3C SCXML draft specification. SCXML provides an XML-based syntax for describing Statecharts, as well as a step algorithm which defines its executable semantics.

*StateCharts Interpretation and Optimization eNgine* (SCION) is an implementation of Statecharts in JavaScript. Statecharts are written as XML documents, which are then executed by the SCION interpreter. Furthermore, optimized data structures may be generated ahead-of-time by SCION from the source SCXML document, which may improve memory usage and performance at runtime.
**StateCharts Interpretation and Optimization eNgine** (SCION) is an implementation of Statecharts in JavaScript. Statecharts are written as XML documents, which are then executed by the SCION interpreter. Furthermore, optimized data structures may be generated ahead-of-time by SCION from the source SCXML document, which may improve memory usage and performance at runtime.

The SCION project also includes a custom test suite for distributed unit and performance testing of SCXML interpreters.

Expand Down

0 comments on commit f7200af

Please sign in to comment.