bison-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Dubious features


From: Akim Demaille
Subject: Re: Dubious features
Date: Thu, 08 Jun 2006 12:44:49 +0200
User-agent: Gnus/5.110004 (No Gnus v0.4) Emacs/21.4 (gnu/linux)

>>> "Paul" == Paul Eggert <address@hidden> writes:

 > Bison stops at the first "real" brace it sees.  C comments and strings
 > don't count.  Yacc stops at the first "{" regardless where it appears.
 > So they're not 100% compatible on really weird inputs.

But it gives an easy mean to implement this bug: /%union[^{]*/.  I
suppose that I can accumulate the various values if there are several
unions, after all GIGO is a sane principle :)





reply via email to

[Prev in Thread] Current Thread [Next in Thread]