summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorStefan Radomski <radomski@tk.informatik.tu-darmstadt.de>2014-07-04 13:09:07 (GMT)
committerStefan Radomski <radomski@tk.informatik.tu-darmstadt.de>2014-07-04 13:09:07 (GMT)
commit7a30d6b1eadf6fb250b47837daaa5f32c5693e34 (patch)
tree62656c03dd45ea991e026590b13cc4acc42d1b74 /README.md
parent791c99ed223c8491c9da2c9863da07cc84122514 (diff)
downloaduscxml-7a30d6b1eadf6fb250b47837daaa5f32c5693e34.zip
uscxml-7a30d6b1eadf6fb250b47837daaa5f32c5693e34.tar.gz
uscxml-7a30d6b1eadf6fb250b47837daaa5f32c5693e34.tar.bz2
Corrected docs
Diffstat (limited to 'README.md')
-rw-r--r--README.md12
1 files changed, 6 insertions, 6 deletions
diff --git a/README.md b/README.md
index 3849c59..d591692 100644
--- a/README.md
+++ b/README.md
@@ -6,19 +6,18 @@
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
**Table of Contents**
- - [General](#general)
+- [General](#general)
- [Test Reports](#test-reports)
- [License](#license)
- [Download](#download)
- - [Usage](#usage)
+- [Usage](#usage)
- [Non-Blocking Interpretation with SCXML from URL](#non-blocking-interpretation-with-scxml-from-url)
- [Blocking Interpretation with inline SCXML](#blocking-interpretation-with-inline-scxml)
- [Interleaved Interpretation with inline SCXML](#interleaved-interpretation-with-inline-scxml)
- [Callbacks for an Interpreter](#callbacks-for-an-interpreter)
- - [Advanced Topics](#advanced-topics)
+- [Advanced Topics](#advanced-topics)
- [Embedding uSCXML](#embedding-uscxml)
- [Extending uSCXML](#extending-uscxml)
- - [uSCXML on iOS](#uscxml-on-ios)
- [Acknowledgments](#acknowledgments)
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
@@ -26,9 +25,10 @@
## General
uSCXML is a SCXML interpreter written in C/C++. It is mostly feature-complete and to a large extend
-[standards compliant](https://github.com/tklab-tud/uscxml#test-reports).
+[standards compliant](#test-reports).
It runs on <b>Linux</b>, <b>Windows</b> and <b>MacOSX</b>, each 32- as well as 64Bits as well as <b>iOS</b>.
-There are still a few rough edges though, especially with the plugins and custom extensions.
+I consider it to be rather stable with regards to memory leaks and general segmentation faults. There were / are
+deployments of uSCXML running for up to four month (before someone restarted the server) without any issues.
* <b>Datamodels</b>
* Full [ECMAScript datamodel](https://github.com/tklab-tud/uscxml/tree/master/src/uscxml/plugins/datamodel/ecmascript) using Google's v8 (and JavaScriptCore on MacOSX and iOS)