bison-patches
[Top][All Lists]
Advanced

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

[PATCH 0/2] Introduce glr2.cc


From: Valentin Tolmer
Subject: [PATCH 0/2] Introduce glr2.cc
Date: Wed, 26 Aug 2020 16:54:27 +0200

Valentin Tolmer (2):
  glr2.cc: fork glr.cc to a c++ version
  gitignore: add some more common files

 NEWS                    |   13 +
 data/local.mk           |    1 +
 data/skeletons/bison.m4 |    2 +-
 data/skeletons/c++.m4   |    1 -
 data/skeletons/c.m4     |    7 +-
 data/skeletons/glr2.cc  | 3306
+++++++++++++++++++++++++++++++++++++++++++++++
 lib/.gitignore          |    2 +
 m4/.gitignore           |    3 +
 src/reader.c            |    1 +
 tests/actions.at        |    8 +-
 tests/c++.at            |    1 +
 tests/calc.at           |    1 +
 tests/conflicts.at      |    2 +-
 tests/input.at          |    1 +
 tests/local.at          |    2 +-
 tests/regression.at     |    1 +
 tests/scanner.at        |    2 +-
 tests/synclines.at      |    4 +-
 tests/types.at          |    2 +-
 20 files changed, 3350 insertions(+), 12 deletions(-)

-- 
Valentin


reply via email to

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