Skip to main content

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

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


Back to the top