gabriele renzi ha scritto:
> (I think there is a switch in bison 2.1 to avoid " )
I was wrong, quoting the 2.1 announcement:
* When generating verbose diagnostics, Bison-generated parsers no longer
quote the literal strings associated with tokens. For example, for
a syntax error associated with '%token NUM "number"' they might
print 'syntax error, unexpected number' instead of 'syntax error,
unexpected "number"'.