bison-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 0/4] Fixes for multistart


From: Akim Demaille
Subject: [PATCH 0/4] Fixes for multistart
Date: Tue, 10 Nov 2020 07:10:24 +0100

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]