diff options
author | Stefan Radomski <radomski@tk.informatik.tu-darmstadt.de> | 2014-07-06 18:28:14 (GMT) |
---|---|---|
committer | Stefan Radomski <radomski@tk.informatik.tu-darmstadt.de> | 2014-07-06 18:28:14 (GMT) |
commit | 41312059e5d25539d3cd071829a505ebb7293393 (patch) | |
tree | ae381bf30bd89d7a7e1d86111d143476af11f291 /README.md | |
parent | bbe93523121f2d89852c636ea5651f96730dec0a (diff) | |
download | uscxml-41312059e5d25539d3cd071829a505ebb7293393.zip uscxml-41312059e5d25539d3cd071829a505ebb7293393.tar.gz uscxml-41312059e5d25539d3cd071829a505ebb7293393.tar.bz2 |
Updated docs
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -159,8 +159,9 @@ internal phase is reached. ### Embedding uSCXML -There are bindings for Java and C# with some examples in the <tt>embedding</tt> directory. The bindings consist of -two parts each +There are bindings for [Java](https://github.com/tklab-tud/uscxml/tree/master/embedding/java) and +[C#](https://github.com/tklab-tud/uscxml/tree/master/embedding/csharp) with some examples in the +<tt>embedding</tt> directory. The bindings consist of two parts each 1. The C++ uscxml interpreter compiled as a loadable module for the target language and 2. A target language specific module (uscxml.jar / uscxmlCSharp.dll) with the wrapper classes. |