mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-13 22:33:03 +00:00
* src/lalr.c (lookaheads_print): New.
(lalr): Call it when --trace-flag. * tests/sets.at (Nullable): Adjust: when tracing, the lookaheads are dumped.
This commit is contained in:
@@ -157,6 +157,12 @@ transpose: input
|
||||
transpose: output
|
||||
0:
|
||||
|
||||
Lookaheads: BEGIN
|
||||
State 0: 0 lookaheads
|
||||
State 1: 0 lookaheads
|
||||
State 2: 0 lookaheads
|
||||
State 3: 0 lookaheads
|
||||
Lookaheads: END
|
||||
]])
|
||||
|
||||
AT_CLEANUP
|
||||
|
||||
Reference in New Issue
Block a user