mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-21 18:23:03 +00:00
doc: address a fixme
* doc/bison.texi (Calc++ Parser): Add a cross-reference.
This commit is contained in:
@@ -10320,9 +10320,8 @@ tags.
|
|||||||
No @code{%destructor} is needed to enable memory deallocation during error
|
No @code{%destructor} is needed to enable memory deallocation during error
|
||||||
recovery; the memory, for strings for instance, will be reclaimed by the
|
recovery; the memory, for strings for instance, will be reclaimed by the
|
||||||
regular destructors. All the values are printed using their
|
regular destructors. All the values are printed using their
|
||||||
@code{operator<<}.
|
@code{operator<<} (@pxref{Printer Decl, , Printing Semantic Values}).
|
||||||
|
|
||||||
@c FIXME: Document %printer, and mention that it takes a braced-code operand.
|
|
||||||
@comment file: calc++-parser.yy
|
@comment file: calc++-parser.yy
|
||||||
@example
|
@example
|
||||||
%printer @{ yyoutput << $$; @} <*>;
|
%printer @{ yyoutput << $$; @} <*>;
|
||||||
|
|||||||
Reference in New Issue
Block a user