mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-09 12:23:04 +00:00
Say %language is experimental.
We're thinking of extending it's effect on output file naming. See the thread at <http://lists.gnu.org/archive/html/bison-patches/2008-10/msg00003.html>. * NEWS: Say it's experimental. * doc/bison.texinfo (Decl Summary): Say it's experimental, and so don't recommend it over %skeleton for now. (Bison Options): Likewise. (C++ Bison Interface): Use %skeleton not %language. (Calc++ Parser): Use %skeleton not %language. * src/getargs.c (usage): Say it's experimental.
This commit is contained in:
8
NEWS
8
NEWS
@@ -3,7 +3,13 @@ Bison News
|
||||
|
||||
Changes in version ?.? (????-??-??):
|
||||
|
||||
*
|
||||
* %language is an experimental feature.
|
||||
|
||||
We first introduced this feature in test release 2.3b as a cleaner
|
||||
alternative to %skeleton. Since then, we have discussed the possibility of
|
||||
modifying its effect on Bison's output file names. Thus, in this release,
|
||||
we consider %language to be an experimental feature that will likely evolve
|
||||
in future releases.
|
||||
|
||||
Changes in version 2.3b (2008-05-27):
|
||||
|
||||
|
||||
Reference in New Issue
Block a user