wiln / flash-console

Automatically exported from code.google.com/p/flash-console
0 stars 0 forks source link

support more operations #24

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
such as + - += 
bitwise | &
and even && ||
etc...

Original issue reported on code.google.com by luay...@gmail.com on 4 Jan 2010 at 9:55

GoogleCodeExporter commented 9 years ago
Currently unsupported operators, v2.31 in svn.
-- decrement
++ increment
~ bitwise NOT
!= inequality
!== strict inequality

@ XML attribute identifier 
.. descendant accessor
( ) parentheses (XML)

MAYBE ADDING:
[] array access 
delete
:: name qualifier ?

WILL NOT ADD:
as
instanceof

Original comment by luay...@gmail.com on 4 Jan 2010 at 10:21

GoogleCodeExporter commented 9 years ago
75% of operations work now

Original comment by luay...@gmail.com on 22 Jan 2010 at 4:17