mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-18 16:53:02 +00:00
style: s/non-terminal/nonterminal/
I personally prefer 'non terminal', or 'non-terminal', but 'nonterminal' is the common spelling. * data/glr.c, src/parse-gram.y, src/symtab.c, src/symtab.h, * tests/input.at, doc/refcard.tex: here.
This commit is contained in:
@@ -9947,7 +9947,7 @@ Entering state 1
|
||||
This first batch shows a specific feature of this grammar: the first rule
|
||||
(which is in line 34 of @file{mfcalc.y} can be reduced without even having
|
||||
to look for the first token. The resulting left-hand symbol (@code{$$}) is
|
||||
a valueless (@samp{()}) @code{input} non terminal (@code{nterm}).
|
||||
a valueless (@samp{()}) @code{input} nonterminal (@code{nterm}).
|
||||
|
||||
Then the parser calls the scanner.
|
||||
@example
|
||||
|
||||
Reference in New Issue
Block a user