From: NeilBrown Date: Fri, 3 Oct 2014 03:37:17 +0000 (+1000) Subject: parsergen: update doc for change from 'starts line' to 'line like' X-Git-Tag: workingparser~4 X-Git-Url: https://ocean-lang.org/code/?p=ocean;a=commitdiff_plain;h=03948c31d7192af16ce6b6df016398e78034966d parsergen: update doc for change from 'starts line' to 'line like' Signed-off-by: NeilBrown --- diff --git a/csrc/parsergen.mdc b/csrc/parsergen.mdc index 72425fe..cdcd942 100644 --- a/csrc/parsergen.mdc +++ b/csrc/parsergen.mdc @@ -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