bison-patches
[Top][All Lists]
Advanced

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

Re: Lookahead correction for the C++ skeleton lalr1.cc


From: Adrian Vogelsgesang
Subject: Re: Lookahead correction for the C++ skeleton lalr1.cc
Date: Fri, 30 Aug 2019 19:18:16 +0000
User-agent: Microsoft-MacOutlook/10.10.b.190609

Thanks for the help integrating my changes into bison.
Looking forward to the next release! :)

- Adrian

From: Akim Demaille <address@hidden>
Date: Friday, 30 August 2019 at 09:18
To: Akim Demaille <address@hidden>
Cc: Bison Patches <address@hidden>, Adrian Vogelsgesang <address@hidden>
Subject: Re: Lookahead correction for the C++ skeleton lalr1.cc


> Le 9 août 2019 à 06:46, Akim Demaille <address@hidden> a écrit :
>
> I have received confirmation that your FSF papers were received, so I'll
> install your patch (once the CI validates it). I merged my changes into
> yours, so I plan to push the following version of the patches. Cheers!

I installed this.

commit 95cbd5688281f8baab05e28a1d6e4a9a9568c53b
Author: Akim Demaille <address@hidden>
Date: Fri Aug 30 11:16:57 2019 -0500

news: LAC for C++

diff --git a/NEWS b/NEWS
index 29572c82..05bcee8a 100644
--- a/NEWS
+++ b/NEWS
@@ -11,6 +11,15 @@ GNU Bison NEWS

** New features

+*** Lookahead correction in C++
+
+ Contributed by Adrian Vogelsgesang.
+
+ The C++ deterministic skeleton (lalr1.cc<http://lalr1.cc>) now supports LAC, 
via the
+ %define variable parse.lac.
+
+*** Debug traces in Java
+
The Java backend no longer emits code and data for parser tracing if the
%define variable parse.trace is not defined.

@@ -3647,7 +3656,7 @@ along with this program. If not, see 
<http://www.gnu.org/licenses/<http://www.gnu.org/licenses/>>.
LocalWords: Heimbigner AST src ast Makefile srcdir MinGW xxlex XXSTYPE
LocalWords: XXLTYPE strictfp IDEs ffixit fdiagnostics parseable fixits
LocalWords: Wdeprecated yytext Variadic variadic yyrhs yyphrs RCS README
- LocalWords: noexcept constexpr ispell american deprecations
+ LocalWords: noexcept constexpr ispell american deprecations backend

Local Variables:
ispell-dictionary: "american"


reply via email to

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