[cfe-dev] Making a C parser.

Paolo Bolzoni bolzoni at cs.unipr.it
Tue Sep 30 03:31:47 PDT 2008


Hi everyone,
my objective is making a C parser in order to obtain a abstract syntax tree.

So I was wondering:
- is the interface of clang (lib) stable enough that I can work without
thinking that in few days all my code is good for only for trash?
- it is a good idea taking the clang (driver) code as base for making a
smaller, C only, parser that outputs the tree I need and uses clang (lib)? 
Or it is maybe better adapt clang (driver) itself?


_Any_ feedback is welcome.
pb



More information about the cfe-dev mailing list