X-Git-Url: https://git.saurik.com/cycript.git/blobdiff_plain/96a7e5c2ddd72d24aaa597413b32b8059962fddf..ac9a5ce1cc17b60021bba037c5d5513ba44a0122:/Cycript.l diff --git a/Cycript.l b/Cycript.l index 516c813..c2142bd 100644 --- 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;