summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorStefan Radomski <radomski@tk.informatik.tu-darmstadt.de>2013-04-07 19:28:56 (GMT)
committerStefan Radomski <radomski@tk.informatik.tu-darmstadt.de>2013-04-07 19:28:56 (GMT)
commit409227b83b795582e8d00339f0cbf592ed39590b (patch)
treeeb26165801e521dfa847e14880e319277cad0216 /README.md
parent997ec426f7a464783d6a649b054d9597ec4c4f73 (diff)
downloaduscxml-409227b83b795582e8d00339f0cbf592ed39590b.zip
uscxml-409227b83b795582e8d00339f0cbf592ed39590b.tar.gz
uscxml-409227b83b795582e8d00339f0cbf592ed39590b.tar.bz2
Updated docs once more
Diffstat (limited to 'README.md')
-rw-r--r--README.md14
1 files changed, 6 insertions, 8 deletions
diff --git a/README.md b/README.md
index 974cb61..476d14b 100644
--- a/README.md
+++ b/README.md
@@ -4,7 +4,7 @@ uSCXML is a SCXML interpreter written in C/C++. It is [mostly feature-complete](
as far as the W3C SCXML draft specifies. It runs on <b>Linux</b>, <b>Windows</b> and <b>MacOSX</b>, each 32- as well as 64Bits.
There is no technical reason for it not to run on iOS and Android as well, but we did not yet setup
-the respective build-process.
+the respective build-process and did not precompile required libraries.
* <b>Datamodels</b>
* ECMAScript using Google's v8 and JavaScriptCore (JSC is incomplete)
@@ -40,34 +40,32 @@ uSCXML still fails the following tests:
<table>
<tr><th>Test#</th><th>Status</th><th>Description</th><th>Comment</th></tr>
<tr>
- <td><tt>301</tt></td>
+ <td><tt><a href="https://github.com/tklab-tud/uscxml/blob/master/test/samples/w3c/ecma/test301.scxml">301</a></tt></td>
<td><tt>Failed</tt></td>
<td>"the processor should reject this document because it can't download the script"</td>
<td>uSCXML continues processing as if there was no <tt>&lt;script></tt> element.</td>
</tr>
<tr>
- <td><tt>329</tt></td>
+ <td><tt><a href="https://github.com/tklab-tud/uscxml/blob/master/test/samples/w3c/ecma/test329.scxml">329</a></tt></td>
<td><tt>Failed</tt></td>
<td>"test that none of the system variables can be modified"</td>
<td>uSCXML allows writing to <tt>_event</tt>. This is very useful to have a scope
that vanishes when processing an event is finished.</td>
</tr>
<tr>
- <td><tt>346</tt></td>
+ <td><tt><a href="https://github.com/tklab-tud/uscxml/blob/master/test/samples/w3c/ecma/test346.scxml">346</a></tt></td>
<td><tt>Failed</tt></td>
<td>"test that any attempt to change the value of a system variable causes error.execution to be raised"</td>
<td>Same issue as above: we allow writing to <tt>_event</tt>.</td>
</tr>
<tr>
- <td><tt>488</tt></td>
+ <td><tt><a hreaf="https://github.com/tklab-tud/uscxml/blob/master/test/samples/w3c/ecma/test488.scxml">488</a></tt></td>
<td><tt>Failed</tt></td>
- <td>"test that illegal expr in <param> produces error.execution and empty event.data"</td>
+ <td>"test that illegal expr in &lt;param> produces error.execution and empty event.data"</td>
<td>The actual meaning of <emph>empty</emph> is still ambiguous - in test 343 it is assumed to be <tt>undefined</tt>.</td>
</tr>
</table>
-
-
## License
uSCXML itself is distributed under the Simplified BSD license as in, do not sue us and do