On Dec 20, 2009, at 1:13 AM, shines_tao wrote: > > hello, > i want to rewrite clang using c instead of c++,what's your advice and what should i do first,and i want to know where's the source codes of the files which will be read into the buffer to compiler? > thank you! You could compile it with llvm-g++ and use the C backend to output C code for it. -Chris