bug-bison
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: i18n for yacc backend messages


From: Akim Demaille
Subject: Re: i18n for yacc backend messages
Date: Mon, 18 Apr 2005 16:38:45 +0200
User-agent: Gnus/5.1007 (Gnus v5.10.7) Emacs/21.4 (gnu/linux)

>>> "Hans" == Hans Aberg <address@hidden> writes:

 > At 10:05 +0200 2005/04/18, Akim Demaille wrote:
 >> That could be made using %printer.  The only problem is that we would
 >> like to output into a string, whereas %printer is made for streams :(

 > Would you mind enlighten me as to how %printer works? -- It seems to
 > not be documented.

%printer { how to print $$ } SYMBOLS

e.g. in C++

%printer { debug_stream () << *$$; } "string" "identifier"
%printer { debug_stream () << $$; }  "integer"





reply via email to

[Prev in Thread] Current Thread [Next in Thread]