Looking at the July 8 Draft, I notice that arrow functions are produced by AssignmentExpression, not PrimaryExpression (as function expressions are). Why is that? Is it to limit the operators that can be applied to them?
When descent parsing, we have to drill down into primary expression to parse the "maybe-paren-expresion", so it's more straightforward to parse arrows there. Thanks! Kevin
_______________________________________________ es-discuss mailing list [email protected] https://mail.mozilla.org/listinfo/es-discuss

