summaryrefslogtreecommitdiffstats
path: root/docs/DEVELOPERS.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/DEVELOPERS.md')
-rw-r--r--docs/DEVELOPERS.md8
1 files changed, 7 insertions, 1 deletions
diff --git a/docs/DEVELOPERS.md b/docs/DEVELOPERS.md
index 01e5792..4de9802 100644
--- a/docs/DEVELOPERS.md
+++ b/docs/DEVELOPERS.md
@@ -2,4 +2,10 @@
## Getting Started
-Did only work on structure and layout of documentation so far
+When you [built SCXML](@ref building), you have three possibilities to work with SCXML state-charts:
+
+1. Embed the uSCXML interpreter in your program and parse and interpret state-chart documents at runtime. This allows for the most flexibility as the complete SCXML DOM is still available.
+
+2. Transpile SCXML state-charts onto one of the available target languages. These are currently VHDL and ANSI-C with C# and Java as likely additional targets. The benefit of this approach is the reduced footprint at runtime and fewer dependencies.
+
+3. Interpret SCXML documents directly with the `uscxml-browser`. \ No newline at end of file