bug-bison
[Top][All Lists]
Advanced

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

Re: Missing token "]" bug


From: Paul Eggert
Subject: Re: Missing token "]" bug
Date: 11 Jul 2003 11:30:57 -0700
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3

Hans Aberg <address@hidden> writes:

>   %token left_bracket_key "["
>   %token right_bracket_key "foo"
> so that "]" is missing, then I get the error message:

I think that bug was fixed a while ago.  I just tried

%token left_bracket "["
%%
start: "[" ;

with Bison 1.875 and it worked fine.  If this isn't enough to tickle
the bug that you observe, can you please send a self-contained test
case that does tickle it?  Thanks.




reply via email to

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