X-Git-Url: https://git.saurik.com/cycript.git/blobdiff_plain/fb98ac0c3231f2685211b3120fd3dc315c056d37..9185d5ef70289d99e212f2dd04457b05716e222e:/Cycript.l?ds=inline 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;