The parser that exists in the objectiveclipse svn at the moment is
based off the C grammar. One reason for wanting to do this was to get
the source editor support etc.
However, it's pretty primitive at the moment. It can detect objc style
message sends like [foo bar] and [foo bar:expr] but currently doesn't
represent them in the parse tree as I've not got the token/node types
sorted yet. It also understands @interface and @implementation
sections, but only by silently eating everything in between.
With Gallileo just round the corner (tomorrow) I've held off on trying
to come up with patches etc for CDT because they'll be focussed
elsewhere right now. However, once that's out of the way, I hope to
get some of these addressed.
Alex
Sent from my (new) iPhone