On Mar 29, 2011, at 7:26 AM, David Herman wrote:
>
>
> PS A propos of nothing, the ^this syntax probably doesn't work because of
> ASI; try parsing:
>
> x = y
> ^this.foo()
>
I specified that "^this" was a lexical token so I ASI should work fine. But
you would have to say
y ^ /'*whitespace*/ this.foo()
if you wanted xor which is a breaking syntax change.
I suppose we could use the universal # solution and make it #^this although
that is less visually attractive.
allen
_______________________________________________
es-discuss mailing list
es-discuss@mozilla.org
https://mail.mozilla.org/listinfo/es-discuss