aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNathan Lasseter <nathan@4574.co.uk>2013-05-02 21:19:34 +0100
committerNathan Lasseter <nathan@4574.co.uk>2013-05-02 21:19:34 +0100
commite2e7e976cb0fe89e83498a59815b2bb1275e73e1 (patch)
tree0a06c0765fa264ec41ad4cff2d6d3b6bcbfb0c91
parenta759862eb760798e48ea42d178d884806c26d0e1 (diff)
Updated readme
-rw-r--r--README2
1 files changed, 2 insertions, 0 deletions
diff --git a/README b/README
index 6478a54..07d3a9d 100644
--- a/README
+++ b/README
@@ -12,6 +12,8 @@ An edge definition line must have:
* The input to accept
* The destination node
+The VFSM syntax accepts the case insensitive special inputs epsilon: and lambda:, all of which represent a state transition on no input.
+
There may be any number of Comment: lines which are unsurprisingly ignored.
In the VFSM v2 syntax, you do not need a nodes line, the node ids are inferred from the start:, accept:, and edges:-end: lines. Nodes: lines are ignored for backwards compatability.