mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-09 12:23:04 +00:00
parser: deprecate %nterm
It has several weaknesses. Reported by Rici Lake. http://lists.gnu.org/archive/html/bug-bison/2018-10/msg00000.html * src/scan-gram.l: here.
This commit is contained in:
7
NEWS
7
NEWS
@@ -10,12 +10,19 @@ GNU Bison NEWS
|
||||
- relative paths (allowing to relocate an installation of bison)
|
||||
- use gettext-h in gnulib instead of gettext
|
||||
- constexpr/noexcept in C++
|
||||
- resolving %type/%nterm/%type inconsistencies
|
||||
|
||||
** Backward incompatible changes
|
||||
|
||||
Support for DJGPP, which has been unmaintained and untested for years, is
|
||||
removed.
|
||||
|
||||
** Deprecated features
|
||||
|
||||
The directive %nterm, an historical heritage from an ancestor of Bison,
|
||||
was never officially documented. Its use now triggers warnings.
|
||||
Eventually, support will be removed. Use %type instead.
|
||||
|
||||
* Noteworthy changes in release 3.2.1 (2018-11-09) [stable]
|
||||
|
||||
** Bug fixes
|
||||
|
||||
Reference in New Issue
Block a user