Thanks for the help integrating my changes into bison. Looking forward to the next release! :)
- Adrian From: Akim Demaille <[email protected]> Date: Friday, 30 August 2019 at 09:18 To: Akim Demaille <[email protected]> Cc: Bison Patches <[email protected]>, Adrian Vogelsgesang <[email protected]> Subject: Re: Lookahead correction for the C++ skeleton lalr1.cc > Le 9 août 2019 à 06:46, Akim Demaille <[email protected]> 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 <[email protected]> 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"
