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


_______________________________________________
help-bison@gnu.org http://lists.gnu.org/mailman/listinfo/help-bison

Reply via email to