X-Git-Url: https://git.saurik.com/cycript.git/blobdiff_plain/c34648c04bd7eef35fba5ff65363330922def888..0d56ef32c43d7df2033a687afae4c5b2b13e68c1:/Cycript.l.in diff --git a/Cycript.l.in b/Cycript.l.in index a599ed9..d714110 100644 --- a/Cycript.l.in +++ b/Cycript.l.in @@ -275,6 +275,7 @@ XMLName {XMLNameStart}{XMLNamePart}* "in" L C I(word, Word("in"), yyextra->in_.top() ? tk::In_ : tk::In); "instanceof" L C I(word, Word("instanceof"), tk::InstanceOf); "new" L C I(word, Word("new"), tk::New); +"of" L C I(word, Word("of"), tk::Of); "return" L R I(word, Word("return"), tk::Return); "switch" L C I(word, Word("switch"), tk::Switch); "this" L C I(this, This(), tk::This);