X-Git-Url: https://git.saurik.com/cycript.git/blobdiff_plain/fa3c5be836cc074bdc12ba66298764a1da026e48..8a2eb1bec421d66eafe982661ea1d282505fdfe1:/Cycript.l.in diff --git a/Cycript.l.in b/Cycript.l.in index cbe4fe5..c5fa6de 100644 --- a/Cycript.l.in +++ b/Cycript.l.in @@ -267,8 +267,11 @@ XMLName {XMLNameStart}{XMLNamePart}* "signed" L C I(identifier, Identifier("signed"), tk::Signed, hi::Type); @end -@begin ObjectiveC +@begin C "@encode" L C F(tk::AtEncode, hi::Meta); +@end + +@begin ObjectiveC "@end" L C F(tk::AtEnd, hi::Meta); "@implementation" L C F(yyextra->no_.AtImplementation ? tk::AtImplementation_ : tk::AtImplementation, hi::Meta); "@import" L C F(tk::AtImport, hi::Special);