Is this a bug in Bison?
Cheers,
Frans
---------- Forwarded Message ----------
Subject: "Bison Help" <[email protected]>oken QUOTE "\""
Date: Friday 21 July 2006 23:18
From: Frans Englich <[EMAIL PROTECTED]>
To: "Bison Help" <[email protected]>
Have a look at these two tokens:
%token QUOTE "\""
%token APOS "'"
When QUOTE is printed it literally prints: \". It hasn't "un-escaped" when
printing, although enough for parsing the grammar at compile time.
What is the proper way to print a '"'?
(I'm using Bison 2.3.)
Cheers,
Frans
_______________________________________________
[email protected] http://lists.gnu.org/mailman/listinfo/help-bison
-------------------------------------------------------