]> git.saurik.com Git - cycript.git/blobdiff - Cycript.y
Added @ token for E4X.
[cycript.git] / Cycript.y
index 70022e7d12b5e3ef0d5bf198a7e978e5a3871834..14acf8dd00212d94363904447fb0210467c05d33 100644 (file)
--- a/Cycript.y
+++ b/Cycript.y
@@ -116,6 +116,8 @@ int cylex(YYSTYPE *lvalp, cy::location *llocp, void *scanner);
 %parse-param { CYDriver &driver }
 %lex-param { void *scanner }
 
+%token At "@"
+
 %token Ampersand "&"
 %token AmpersandAmpersand "&&"
 %token AmpersandEqual "&="