Support for !! (analog of sure()/npe())

This commit is contained in:
Andrey Breslav
2012-03-22 12:36:40 +01:00
parent 4a3d0133f6
commit 7341a82b0b
10 changed files with 449 additions and 375 deletions
+1 -1
View File
@@ -212,7 +212,7 @@ prefixUnaryOperation
;
postfixUnaryOperation
: "++" : "--"
: "++" : "--" : "!!"
: callSuffix
: arrayAccess
: memberAccessOperation postfixUnaryExpression // TODO: Review