On Fri, May 20, 2011 at 8:54 PM, Brendan Eich <[email protected]> wrote:
> As promised/threatened: 
> http://wiki.ecmascript.org/doku.php?id=strawman:block_lambda_revival
>

Sorry to take a step back here. After reading Waldemar's comments, I
took a closer look at the formal grammar, and I'm puzzled by the
production rule you've added to CallExpression:

   CallExpression [no LineTerminator here] BlockArguments

Should that be:

   MemberExpression [no LineTerminator here] BlockArguments

instead? This may just be the sleepiness talking, but it looks like a
CallExpression always starts with

   MemberExpression Arguments

which would require a parenthesized argument list.

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

Reply via email to