X-Git-Url: https://git.saurik.com/cycript.git/blobdiff_plain/fb98ac0c3231f2685211b3120fd3dc315c056d37..c0bc320e4e9af4976a1f0e61e44d58d2e230ca5c:/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;