mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-09 12:23:04 +00:00
* NEWS: Add entry for recent .output file lookahead set fix.
* doc/bison.texinfo (Understanding): Remove a bogus lookahead set in the example .output text. * tests/regression.at (Extra lookahead sets in report): Improve wording of comments.
This commit is contained in:
@@ -7387,7 +7387,7 @@ with some set of possible lookahead tokens. When run with
|
||||
@example
|
||||
state 8
|
||||
|
||||
exp -> exp . '+' exp [$, '+', '-', '/'] (rule 1)
|
||||
exp -> exp . '+' exp (rule 1)
|
||||
exp -> exp '+' exp . [$, '+', '-', '/'] (rule 1)
|
||||
exp -> exp . '-' exp (rule 2)
|
||||
exp -> exp . '*' exp (rule 3)
|
||||
|
||||
Reference in New Issue
Block a user