aboutsummaryrefslogtreecommitdiff
path: root/examples/helloworld.dfa
diff options
context:
space:
mode:
authorNathan Lasseter <nathan@4574.co.uk>2014-03-29 18:27:13 +0000
committerNathan Lasseter <nathan@4574.co.uk>2014-03-29 18:27:13 +0000
commit1e799f72df429beceb42aa8d1ce640e5e2c5210e (patch)
treee137fa46147725e55bb23537b9f0ff24bf1d3984 /examples/helloworld.dfa
parentd9fbb2c4900b008daa9c5e0302677f9d1674a473 (diff)
Updated file endings for examples
Diffstat (limited to 'examples/helloworld.dfa')
-rw-r--r--examples/helloworld.dfa14
1 files changed, 14 insertions, 0 deletions
diff --git a/examples/helloworld.dfa b/examples/helloworld.dfa
new file mode 100644
index 0000000..ab808f0
--- /dev/null
+++ b/examples/helloworld.dfa
@@ -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: