[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Token Alias Bug
From: |
Pascal Bart |
Subject: |
Re: Token Alias Bug |
Date: |
Tue, 25 Sep 2001 18:39:51 +0000 (GMT) |
Hello,
>I've noticed a bug in bison. Sadly, our eternally wise sysadmins won't let
>us use CVS, so I can't find out if it's been fixed already...
Try to get it on :
ftp://alpha.gnu.org/gnu/bison
or cvs -d :pserver:address@hidden:/cvsroot/bison -r bison-1_29-branch bison
or http://www.lrde.epita.fr/people/akim/download/bison-1.29a.tar.gz
>I've also noticed something, that whilst not *wrong*, is inconvienient: I
>use the verbose mode to help find the causes of unresolved shift/reduce
>conflicts. However, this mode insists on starting the .output file with a
>list of *resolved* conflicts, something I find quite useless. Might it be
>possible to define a -v mode, and a -vv mode -- Where the -vv mode shows
>everything, but the -v mode only tells you what you need for examining
>conflicts? (Or, perhaps, a "*** This state has N conflicts ***" marker above
>each state with conflicts.)
This is a good idea, but we have not any time for the moment. I advise
you to look the new option to generate VCG graph.
Regards,
Pascal Bart (address@hidden)
- Token Alias Bug, Baum, Nathan I, 2001/09/25
- Re: Token Alias Bug,
Pascal Bart <=