On Dec 22, 2014, at 4:50 AM, Iain Sandoe <iain_san...@mentor.com> wrote: > When we find "[" and we're in objcp mode, and the "[" introduces a lambda, we > try to parse a message expression and if that fails we punt (thus we are > unable to recognise lambdas).
Even though Jason reviewed it, I also took a look. Looks good. This has to be the usual and customary fallout of language derivation. One has to review the intersection and resolve any ambiguities. Don’t think we get nice easy tools for this. Thanks.