On Sun, Nov 10, 2013 at 5:26 PM, Brendan Eich <[email protected]> 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
> [email protected]
> https://mail.mozilla.org/listinfo/es-discuss
>



-- 
    Cheers,
    --MarkM
_______________________________________________
es-discuss mailing list
[email protected]
https://mail.mozilla.org/listinfo/es-discuss

Reply via email to