c++: make operator() an alias to the parse function

* data/glr.cc, data/lalr1.cc (operator()): New.
* doc/bison.texi: Update.
This commit is contained in:
Akim Demaille
2018-10-23 18:42:37 +02:00
parent facfd9c406
commit f9bba892bd
4 changed files with 26 additions and 2 deletions

2
NEWS
View File

@@ -14,6 +14,8 @@ GNU Bison NEWS
Variant-based symbols in C++ should use emplace() rather than build().
In C++ parsers, parser::operator() is now a synonym for the parser::parse.
* Noteworthy changes in release 3.1.91 (2018-10-18) [beta]
** Bug fixes