]> git.saurik.com Git - cycript.git/blobdiff - Cycript.l.in
Add @encode() support and use its grammar for types.
[cycript.git] / Cycript.l.in
index 58ed9fd7573d50e0310ad33d7c2ff08e6bded105..c946c89c12084d66f53928f46adab28789b0ff5e 100644 (file)
@@ -254,6 +254,7 @@ XMLName {XMLNameStart}{XMLNamePart}*
 @end
 
 @begin ObjectiveC
+"@encode"         L C F(tk::AtEncode, hi::Meta);
 "@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::Meta);