From e2e7e976cb0fe89e83498a59815b2bb1275e73e1 Mon Sep 17 00:00:00 2001 From: Nathan Lasseter Date: Thu, 2 May 2013 21:19:34 +0100 Subject: Updated readme --- README | 2 ++ 1 file changed, 2 insertions(+) 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. -- cgit v1.2.1