From 8941cc07d4df9c112744e58a9108fcf5575fa9d6 Mon Sep 17 00:00:00 2001 From: Stefan Radomski Date: Sun, 23 Jun 2013 14:49:25 +0200 Subject: Updated README --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index bc88d48..179f4f2 100644 --- a/README.md +++ b/README.md @@ -5,12 +5,12 @@ uSCXML is a SCXML interpreter written in C/C++. It is mostly feature-complete an It runs on Linux, Windows and MacOSX, each 32- as well as 64Bits. There are still a few rough edges, especially with the plugins and custom extensions. -The latest release will also compile for iOS using the toolchain files in contrib/cmake/ but -does not feature the ecmascript nor the prolog datamodel. I will work on the Android version as soon as -I have some time at my hands. +The latest release will also compile for iOS using the toolchain files in contrib/cmake/ +it features the (still experimental) JavaScriptCore ecmascript datamodel and no prolog datamodel. I will +work on the Android version as soon as I have some time at my hands. * Datamodels - * 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 [ECMAScript datamodel](https://github.com/tklab-tud/uscxml/tree/master/src/uscxml/plugins/datamodel/ecmascript) using Google's v8 and JavaScriptCore (JSC is somewhat experimental) * Full [NULL datamodel](https://github.com/tklab-tud/uscxml/tree/master/src/uscxml/plugins/datamodel/null) with required In 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) -- cgit v0.12