Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-core-dev] Another Parser Document

>  > For a first (second?) cut however a quick and
> > dirty answer is needed which people can start shipping in productsand 
which
> > can be used to draw C/C++ developers into Eclipse.
> 
> Which brings me back to *my* original question on this thread; if we 
> want something quickly, wouldn't it be less effort to add 
> acceptComment() to ISourceElementRequester than implement a whole 
> separate parsing pass?

What's this "we" business?  I don't want something quickly. :-)

I'm not dying to add many parser-related features until we have figured
out the C-variant problem : to provide support for comments, we would 
have to add another ParserMode to make sure we did not slow down core 
services (Indexer) that does not care about them.  The cross product 
of ParserModes with C/C++ Variants shall be increasingly difficult 
to test, so I'm not too keen on supporting it until we prove we can 
make, say, the Search feature work. 

JohnC


Back to the top