bison-patches
[Top][All Lists]
Advanced

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

[PATCH 0/6] glr: various improvements


From: Akim Demaille
Subject: [PATCH 0/6] glr: various improvements
Date: Sat, 2 Jan 2021 16:30:25 +0100

Improve the logs and the examples.

Akim Demaille (6):
  glr.c: example: several improvements
  glr.c: example: use the exact same display as in the C++ example
  glr.c: reorder routines
  glr.c: log the execution of deferred actions
  glr2.cc: minor clean up
  glr2.cc: log the deferred action too

 NEWS                          |   5 ++
 TODO                          |   4 +
 data/skeletons/glr.c          |  69 ++++++++--------
 data/skeletons/glr2.cc        | 120 ++++++++++++++--------------
 examples/c++/glr/c++-types.yy |   4 +-
 examples/c/glr/c++-types.test |  18 ++---
 examples/c/glr/c++-types.y    | 145 +++++++++++++++++++++-------------
 7 files changed, 207 insertions(+), 158 deletions(-)

-- 
2.29.2




reply via email to

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