The first of these patches is a revised version of the one I posted in https://lists.gnu.org/r/bison-patches/2020-11/msg00033.html. We rather refer to the "initial rule(s)" than the "accepting rule(s)".
Akim Demaille (4): multistart: introduce and use rule_is_initial ielr: make some conditions about items easier to understand multistart: fix IELR computations ielr: more comments and logs TODO | 19 ------------------- src/gram.h | 15 +++++++++++++++ src/graphviz.c | 2 +- src/ielr.c | 41 +++++++++++++++++++++++++++++++++++------ src/lalr.c | 2 +- src/print-xml.c | 3 +-- src/print.c | 5 ++--- 7 files changed, 55 insertions(+), 32 deletions(-) -- 2.29.2
