Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] CDT as a Standalone API

> Basically I would like to perform write test codes that work on ASTs  
> not obtained from any project from the IDE. Basically Parsed from  
> Strings or other text files. Perform modifications to that AST and be  
> able to use the rewritten AST , all this possibly without a code from  
> the IDE 

If you're writing a standalone tool for creating, analyzing, and rewriting 
ASTs, you might want to consider the clang infrastructure [1].

Regards,
Nate

[1] http://clang.llvm.org/docs/Tooling.html
 		 	   		  

Back to the top