aboutsummaryrefslogtreecommitdiff
path: root/examples/helloworld.vfsm
diff options
context:
space:
mode:
authorNathan Lasseter <nathan.je.lasseter@googlemail.com>2013-03-23 22:10:22 +0000
committerNathan Lasseter <nathan.je.lasseter@googlemail.com>2013-03-23 22:10:22 +0000
commit771cdb55c4a30be16ddafebc9b43f087765f9876 (patch)
treee4593a3c31f9cbced6d5e8ea81e7b788bbb5afd5 /examples/helloworld.vfsm
First commit
Diffstat (limited to 'examples/helloworld.vfsm')
-rw-r--r--examples/helloworld.vfsm14
1 files changed, 14 insertions, 0 deletions
diff --git a/examples/helloworld.vfsm b/examples/helloworld.vfsm
new file mode 100644
index 0000000..ab808f0
--- /dev/null
+++ b/examples/helloworld.vfsm
@@ -0,0 +1,14 @@
+Comment: This machine accepts "hello world"
+Comment: VFSM example
+Comment: Nathan Lasseter (User_4574) 2013
+
+Nodes: Start S0 HA
+
+Start: Start
+
+Accept: HA
+
+Edges:
+ Start hello S0
+ S0 world HA
+End: