From 03948c31d7192af16ce6b6df016398e78034966d Mon Sep 17 00:00:00 2001 From: NeilBrown Date: Fri, 3 Oct 2014 13:37:17 +1000 Subject: [PATCH] parsergen: update doc for change from 'starts line' to 'line like' Signed-off-by: NeilBrown --- csrc/parsergen.mdc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.43.0