Thu May 14 17:19:08 EDT 2009 [email protected]
* JS: Adding supports for arrays.
Ignore-this: c2dc6f6fcd4ae0e66225370227dd9a17
Before this patch it was only possible to use expressions such as x[i]. With
this addition, the parser understands both empty array literals ([]) and
arrays
filled with "data", e.g. var x = [1, 2, 3].
M ./Yi/Syntax/JavaScript.hs -14 +41
--~--~---------~--~----~------------~-------~--~----~
Yi development mailing list
[email protected]
http://groups.google.com/group/yi-devel
-~----------~----~----~----~------~----~------~--~---