Mark S. Miller (2013-11-11T01:32:04.000Z)
On Sun, Nov 10, 2013 at 5:26 PM, Brendan Eich <brendan at mozilla.com> wrote:

> Brendan Eich wrote:
>
>> I say over-general because: do we really want this to be valid ES6?
>>
>> class D extends B = C {
>> }
>>
>> Using a higher-precedence expression non-terminal seems better. How about
>> the next lower-precedence
>>
>
> Sorry, higher-precedence (jetlag)
>
>
>  nonterminal that does not end in AssignmentExpression, namely
>> LogicalORExpression?
>>
>
> Another way to go is far higher precedence, say LeftHandSideExpression?
> That avoids all arithmetic operators, unary and binary.


If we go with the highest plausible precedence, we can always lower it
later. Not vice versa.



>
>
> /be
>
> _______________________________________________
> es-discuss mailing list
> es-discuss at mozilla.org
> https://mail.mozilla.org/listinfo/es-discuss
>



-- 
    Cheers,
    --MarkM
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.mozilla.org/pipermail/es-discuss/attachments/20131110/55efc002/attachment-0001.html>
domenic at domenicdenicola.com (2013-11-13T17:00:32.586Z)
On Sun, Nov 10, 2013 at 5:26 PM, Brendan Eich <brendan at mozilla.com> wrote:

> Another way to go is far higher precedence, say LeftHandSideExpression?
> That avoids all arithmetic operators, unary and binary.


If we go with the highest plausible precedence, we can always lower it
later. Not vice versa.