]> ocean-lang.org Git - ocean/commitdiff
parsergen: update doc for change from 'starts line' to 'line like'
authorNeilBrown <neil@brown.name>
Fri, 3 Oct 2014 03:37:17 +0000 (13:37 +1000)
committerNeilBrown <neil@brown.name>
Fri, 3 Oct 2014 03:37:17 +0000 (13:37 +1000)
Signed-off-by: NeilBrown <neil@brown.name>
csrc/parsergen.mdc

index 72425feb660956c4c94db76f74ed373fc8850429..cdcd9424e7ce4ec69d8439c3f0ec0d019ab70bc7 100644 (file)
@@ -1503,8 +1503,8 @@ all the tables that have been generated, plus a description of any conflicts.
 
 Firstly we have the complete list of symbols, together with the
 "FIRST" set if that was generated.  We add a mark to each symbol to
-show if it can end in a newline (`>`), if it implies the start of a
-line (`<`), or if it is nullable (`.`).
+show if it can end in a newline (`>`), if it is considered to be
+"line-like" (`<`), or if it is nullable (`.`).
 
 ###### functions