[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: too many warnings from Bison CVS for Pike
From: |
Akim Demaille |
Subject: |
Re: too many warnings from Bison CVS for Pike |
Date: |
Mon, 06 Feb 2006 09:50:47 +0100 |
User-agent: |
Gnus/5.110004 (No Gnus v0.4) Emacs/21.4 (gnu/linux) |
>>> "Joel" == Joel E Denny <address@hidden> writes:
> If we're worried that some users won't want --yacc but will still
> want an implicit $$ = $1 for explicit actions, --yacc could accept
> options to specify exactly which yacc features should be
> implemented. For example:
> --yacc=auto_lhs_value,filenames
> --yacc=filenames
> --yacc
> where the last usage implies all yacc features. This approach
> makes the subtle hint that implicit $$ = $1 before explicit actions
> is simply an old and unfortunate idea.
I agree with the semantics, but dislike the syntax. To be more
standard, -W/--warnings seems a better option. --yacc would be an
alias for a set of warnings.