mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-15 07:13:02 +00:00
New experimental feature: if --verbose --trace output all the
items of a state, not only its kernel. * src/print.c (print_core): If `trace_flag', then invoke closure before outputting the items of the state (print_core is no longer a correct name them). (print_results): Invoke new_closure/free_closure if needed.
This commit is contained in:
10
ChangeLog
10
ChangeLog
@@ -1,3 +1,13 @@
|
||||
2001-12-05 Akim Demaille <akim@epita.fr>
|
||||
|
||||
New experimental feature: if --verbose --trace output all the
|
||||
items of a state, not only its kernel.
|
||||
|
||||
* src/print.c (print_core): If `trace_flag', then invoke closure
|
||||
before outputting the items of the state (print_core is no longer
|
||||
a correct name them).
|
||||
(print_results): Invoke new_closure/free_closure if needed.
|
||||
|
||||
2001-12-05 Akim Demaille <akim@epita.fr>
|
||||
|
||||
* src/LR0.c (new_itemsets): Use nshifts only, not shiftcount.
|
||||
|
||||
Reference in New Issue
Block a user