I have managed to get NSString literals (@"foo") and Objc message
sends [foo bar] as parsing, albeit not correctly represented in the
code at the moment. But it should mean that if you have a vanilla C
function with an Objc script (ala main/NSLog) then it should parse.
Anything else, including @interface, @implementation etc. aren't
supported at the moment, or at least will give syntax errors.
The objc parser is just investigation at this stage, but it's stored
in SVN in case anyone else wants to review or look at the code. It's
probably still in a state of flux, and whilst it might work it's
probably still too early to do much.
Alex