Related articles |
---|
Looking for a compiler project to join fatdogs12@gmail.com (2009-04-01) |
Re: Looking for a compiler project to join d@domob.eu (Daniel Kraft) (2009-04-04) |
Re: Looking for a compiler project to join paul.biggar@gmail.com (Paul Biggar) (2009-04-04) |
Re: Looking for a compiler project to join ctalk@ctalklang.org (rkiesling) (2009-04-05) |
Re: Looking for a compiler project to join cmeerw@cmeerw.org (Christof Meerwald) (2009-04-06) |
Looking for a compiler project to join mikekucera@gmail.com (Mike Kucera) (2009-04-06) |
From: | Mike Kucera <mikekucera@gmail.com> |
Newsgroups: | comp.compilers |
Date: | Mon, 6 Apr 2009 17:08:33 -0400 |
Organization: | Compilers Central |
Keywords: | practice |
Posted-Date: | 08 Apr 2009 16:38:41 EDT |
The Eclipse CDT project is looking for help to add support for ObjectiveC.
Eclipse CDT is a full featured IDE for C/C++, and now there is a new
effort to add ObjectiveC as a third supported language. CDT is not a
traditional compiler, but we do parse and analyze the code and
"compile" it into a queryable index, which is used to support all the
advanced features you expect from an IDE like code completion and
refactoring. There are many unique challenges to writing a front end
for an IDE that you don't normally find when writing a traditional
compiler.
This effort has just started and we are looking for people who can
handle extending CDT's parser framework to support ObjectiveC. So if
you want to help mac and iPhone developers break free from their XCode
shackles please drop us a line.
The project is being hosted on google code for now but when it reaches
maturity it will likely be pulled into CDT proper.
http://www.eclipse.org/cdt/
http://code.google.com/p/objectiveclipse/
Mike.
Return to the
comp.compilers page.
Search the
comp.compilers archives again.