Using Eclipse CDT parser outside of CDT

c, eclipse, eclipse-cdt, parsing

Solution

Yes, it is possible.

I work in a project called CPAchecker which does exactly that.

Problem

Is it possible to use Eclipse's CDT parser outside of Eclipse, to analyze C sources off line?

Original source