Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] standalone CDT Parser

You can take a look at the Remote Development Tools (RDT) sub-project of the Parallel Tools Project. RDT uses the parser and indexer in standalone mode. You could use it as a reference.

We haven't attempted to use the refactoring engine standalone. I'm not sure how far you'd get with that if you were to try.

===========================
Chris Recoskie
Team Lead, IBM CDT and RDT
IBM Toronto

Inactive hide details for Sangmin Lee ---06/10/2010 01:05:08 PM---Hi All, I am repeating this question as no one has responded.Sangmin Lee ---06/10/2010 01:05:08 PM---Hi All, I am repeating this question as no one has responded.


From:

Sangmin Lee <orfeo61@xxxxxxxxx>

To:

cdt-dev@xxxxxxxxxxx

Date:

06/10/2010 01:05 PM

Subject:

[cdt-dev] standalone CDT Parser

Sent by:

cdt-dev-bounces@xxxxxxxxxxx




Hi All,

I am repeating this question as no one has responded.
I'm trying to write a stand-alone application that takes c/c++ source
code, creates ASTs, manipulates the ASTs, modify(or rewrite) the
source code to reflect the changes to the ASTs. For this to work, I'm
planning to use CDT. Especially I need binding information with the
ASTs created.
Can someone tell me if this is plausible?
If so, is there any resource or documents for this?
I googled CDT AST but it seems most of them are outdated (e.g. API in
the documents is deprecated)
I would truly appreciate any help.

Best,
Sangmin Lee
_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/cdt-dev


GIF image

GIF image


Back to the top