bison-patches
[Top][All Lists]
Advanced

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

Re: [PATCH] Named symbol references


From: Akim Demaille
Subject: Re: [PATCH] Named symbol references
Date: Wed, 18 Feb 2009 14:14:24 +0100
User-agent: Gnus/5.110006 (No Gnus v0.6) Emacs/22.0.95 (gnu/linux)

>>> "AR" == Alex Rozenman <address@hidden> writes:

 > 1. Visibility of explicitly defined symbol references.

 > Joel has proposed that every explicitly defined name will completely hide
 > the corresponding symbol:
 > a)  exp: exp[left] '+' exp[right] { $$ = $left + $right; } // correct (both
 > approaches)
 > b)  exp: exp[left] '+' exp { $$ = $left + $exp; } // correct, possibly
 > warning

Huh, that's not what I had understood.  I'd vote for an error here.




reply via email to

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