]> git.saurik.com Git - cycript.git/commitdiff
Replace AtEncode in grammar with "@encode" token.
authorJay Freeman (saurik) <saurik@saurik.com>
Tue, 21 Jan 2014 13:53:59 +0000 (05:53 -0800)
committerJay Freeman (saurik) <saurik@saurik.com>
Tue, 21 Jan 2014 13:53:59 +0000 (05:53 -0800)
Cycript.yy.in

index c8a18629aa0a2d8bc749b0389e8bbc8a123f93cb..8368f81293cbc3000d56994441596ca0ea511f6d 100644 (file)
@@ -1470,7 +1470,7 @@ EncodedType
     ;
 
 PrimaryExpression
-    : AtEncode "(" EncodedType ")" { $$ = $3; }
+    : "@encode" "(" EncodedType ")" { $$ = $3; }
     ;
 /* }}} */
 /* Cycript (Objective-C): @class Declaration {{{ */