mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-14 06:43:03 +00:00
* src/gram.h, src/gram.c (symbols): New, similar to state_table
and rule_table. * src/reader.c (packsymbols): Fill this table. Drop sprec. * src/conflicts.c (resolve_sr_conflict): Adjust. * src/reduce.c (reduce_grammar): Adjust: just sort symbols, a single table. Use symbols[i]->tag instead of tags[i].
This commit is contained in:
12
ChangeLog
12
ChangeLog
@@ -1,3 +1,15 @@
|
||||
2001-12-29 Akim Demaille <akim@epita.fr>
|
||||
|
||||
* src/gram.h, src/gram.c (symbols): New, similar to state_table
|
||||
and rule_table.
|
||||
* src/reader.c (packsymbols): Fill this table.
|
||||
Drop sprec.
|
||||
* src/conflicts.c (resolve_sr_conflict): Adjust.
|
||||
* src/reduce.c (reduce_grammar): Adjust: just sort symbols, a
|
||||
single table.
|
||||
Use symbols[i]->tag instead of tags[i].
|
||||
|
||||
|
||||
2001-12-29 Akim Demaille <akim@epita.fr>
|
||||
|
||||
* tests/calc.at (_AT_DATA_CALC_Y): Also use %union.
|
||||
|
||||
Reference in New Issue
Block a user