Frans Englich <[EMAIL PROTECTED]> writes: > Is this a bug in Bison?
Could be, but I don't know what the problem is yet, Can you please supply a self-contained example so that we can reproduce the problem? > %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.
