summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorStefan Radomski <radomski@tk.informatik.tu-darmstadt.de>2013-05-01 23:25:28 (GMT)
committerStefan Radomski <radomski@tk.informatik.tu-darmstadt.de>2013-05-01 23:25:28 (GMT)
commit0202a8780179c710b2596e25567d4cf480dca277 (patch)
tree4c33ead20947aad00bda5055648248e84842a4e7 /README.md
parent1dc899c70362de2eed1f6dc074dc5238df0c7f3c (diff)
downloaduscxml-0202a8780179c710b2596e25567d4cf480dca277.zip
uscxml-0202a8780179c710b2596e25567d4cf480dca277.tar.gz
uscxml-0202a8780179c710b2596e25567d4cf480dca277.tar.bz2
More work on Prolog datamodel
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index fee588b..34683f8 100644
--- a/README.md
+++ b/README.md
@@ -9,10 +9,10 @@ There is no technical reason for it not to run on iOS and Android as well, but w
the respective build-process and did not precompile required libraries.
* <b>Datamodels</b>
- * Full ECMAScript datamodel using Google's v8 and JavaScriptCore (JSC is incomplete)
- * Full NULL datamodel with required <tt>In</tt> predicate
- * Early Prolog datamodel using SWI prolog
- * Rudimentary support for XPath datamodel (W3C tests not yet implementable)
+ * Full [ECMAScript datamodel](https://github.com/tklab-tud/uscxml/tree/master/src/uscxml/plugins/datamodel/ecmascript) using Google's v8 and JavaScriptCore (JSC is incomplete)
+ * Full [NULL datamodel](https://github.com/tklab-tud/uscxml/tree/master/src/uscxml/plugins/datamodel/null) with required <tt>In</tt> predicate
+ * Early [Prolog datamodel](https://github.com/tklab-tud/uscxml/tree/master/src/uscxml/plugins/datamodel/prolog/swi) using SWI prolog
+ * Rudimentary support for [XPath datamodel](https://github.com/tklab-tud/uscxml/tree/master/src/uscxml/plugins/datamodel/xpath)
* <b>Invokers</b>
* <tt>scxml</tt>: Invoke a nested scxml interpreter
* <tt>dirmon</tt>: Watches a directory for changes to files