]> git.saurik.com Git - cycript.git/blobdiff - Cycript.l
Added @ token for E4X.
[cycript.git] / Cycript.l
index 516c8133b992c6bc50f669716e6a11268610e61e..c2142bd19fd116888c5af0623bf330ff61a04414 100644 (file)
--- a/Cycript.l
+++ b/Cycript.l
@@ -119,6 +119,8 @@ RegularExpressionStart_ {RegularExpressionBody}{RegularExpressionEnd_}
     } else L
 }
 
+"@"    L C return tk::At;
+
 "&"    L C return tk::Ampersand;
 "&&"   L C return tk::AmpersandAmpersand;
 "&="   L C return tk::AmpersandEqual;