diff options
author | Nathan Lasseter <nathan@4574.co.uk> | 2013-05-02 21:19:34 +0100 |
---|---|---|
committer | Nathan Lasseter <nathan@4574.co.uk> | 2013-05-02 21:19:34 +0100 |
commit | e2e7e976cb0fe89e83498a59815b2bb1275e73e1 (patch) | |
tree | 0a06c0765fa264ec41ad4cff2d6d3b6bcbfb0c91 /README | |
parent | a759862eb760798e48ea42d178d884806c26d0e1 (diff) |
Updated readme
Diffstat (limited to 'README')
-rw-r--r-- | README | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |