Thu May 14 14:49:31 EDT 2009 [email protected]
* JS: A bunch of operator fixes.
Ignore-this: a6479dd633a14e60f17245c0701ec20f
This patch includes the following changes:
* Postfix operators didn't exist.
* Prefix operators followed by an expression were not valid statements.
* Made "+" a non-prefix operator to ease load off the parser. Believe it or
not, "+" /is/ a valid prefix operator, but has no side-effects.
M ./Yi/Lexer/JavaScript.x -3 +9
M ./Yi/Syntax/JavaScript.hs -51 +63
--~--~---------~--~----~------------~-------~--~----~
Yi development mailing list
[email protected]
http://groups.google.com/group/yi-devel
-~----------~----~----~----~------~----~------~--~---