Related articles |
---|
C parser sid@claudius.ics.uci.edu (Siddharth Choudhuri) (2004-07-28) |
Re: C parser rajaram@acmet.com (Rajaram) (2004-08-04) |
Re: C parser jacob@jacob.remcomp.fr (jacob navia) (2004-08-04) |
Re: C parser danwang74@gmail.com (Daniel C. Wang) (2004-08-04) |
Re: C parser tmk@netvision.net.il (2004-08-05) |
C parser skyanhf@yahoo.com.cn (=?gb2312?q?sky=20yan?=) (2004-08-05) |
Re: C parser codeworker@free.fr (2004-08-10) |
[4 later articles] |
From: | Siddharth Choudhuri <sid@claudius.ics.uci.edu> |
Newsgroups: | comp.compilers |
Date: | 28 Jul 2004 12:17:35 -0400 |
Organization: | University of California, Irvine |
Keywords: | C, tools, question |
Posted-Date: | 28 Jul 2004 12:17:35 EDT |
I am looking for a C parser that can generate a list of all variable
names, their type (int, char...) and scope (auto, static, ...) by reading
a C source file.
Also, is there any way to generate this information using an option to the
compiler (say, using gcc) ?
TIA
-siddharth
Return to the
comp.compilers page.
Search the
comp.compilers archives again.