[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Fwd: %token QUOTE "\""
From: |
Paul Eggert |
Subject: |
Re: Fwd: %token QUOTE "\"" |
Date: |
Mon, 24 Jul 2006 12:59:34 -0700 |
User-agent: |
Gnus/5.1008 (Gnus v5.10.8) Emacs/21.4 (gnu/linux) |
Frans Englich <address@hidden> 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.