Some problems I noticed at first glance:

> Prefix/Postfix Unary Increment: `++`

But postfix and prefix increments are supposed to return different values. How 
does this work if they are the same symbol?

> Loose inequality Comparison: `!=`

You didn't include it for consistency. Shouldn't `!` also be excluded, then?

> Future: Extending of operators

I don't think this can work if you don't define a way to determine the operands.


--Oriol
_______________________________________________
es-discuss mailing list
es-discuss@mozilla.org
https://mail.mozilla.org/listinfo/es-discuss

Reply via email to