mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-10 21:03:04 +00:00
* src/closure.c (print_closure): Improve.
(closure): Use it for printing input and output.
This commit is contained in:
@@ -583,6 +583,9 @@ generate_states (void)
|
||||
|
||||
while (this_state)
|
||||
{
|
||||
if (trace_flag)
|
||||
fprintf (stderr, "Processing state %d (reached by %s)\n",
|
||||
this_state->number, tags[this_state->accessing_symbol]);
|
||||
/* Set up ruleset and itemset for the transitions out of this
|
||||
state. ruleset gets a 1 bit for each rule that could reduce
|
||||
now. itemset gets a vector of all the items that could be
|
||||
|
||||
Reference in New Issue
Block a user