doc: explain how mid-rule actions are translated

* doc/bison.texi (Actions in Mid-Rule): Mention and use named references.
Split into three subsections, among which...
(Mid-Rule Action Translation): this new section.
This commit is contained in:
Akim Demaille
2012-12-09 16:49:58 +01:00
parent 235892350f
commit be22823e78
2 changed files with 120 additions and 4 deletions

2
NEWS
View File

@@ -106,6 +106,8 @@ GNU Bison NEWS
The sections about shift/reduce and reduce/reduce conflicts resolution
have been fixed and extended.
The translation of mid-rule actions is now described.
* Noteworthy changes in release 2.6.5 (2012-11-07) [stable]
We consider compiler warnings about Bison generated parsers to be bugs.