Declaration, Definition & Reference listers for C

John Carter <john.carter@tait.co.nz>
21 Aug 2005 00:22:29 -0400

          From comp.compilers

Related articles
Declaration, Definition & Reference listers for C john.carter@tait.co.nz (John Carter) (2005-08-21)
Re: Declaration, Definition & Reference listers for C basile-news@starynkevitch.net (Basile Starynkevitch \[news\]) (2005-08-24)
Re: Declaration, Definition & Reference listers for C codeworker@free.fr (=?iso-8859-1?q?C=E9dric_LEMAIRE?=) (2005-08-24)
Re: Declaration, Definition & Reference listers for C nmm1@cus.cam.ac.uk (2005-08-24)
Re: Declaration, Definition & Reference listers for C Markus.Elfring@web.de (2005-08-24)
Re: Declaration, Definition & Reference listers for C DrDiettrich@compuserve.de (Hans-Peter Diettrich) (2005-08-24)
Re: Declaration, Definition & Reference listers for C darius@raincode.com (Darius Blasband) (2005-08-24)
[2 later articles]
| List of all articles for this month |

From: John Carter <john.carter@tait.co.nz>
Newsgroups: comp.compilers
Date: 21 Aug 2005 00:22:29 -0400
Organization: Xtra
Keywords: tools, question
Posted-Date: 21 Aug 2005 00:22:29 EDT

I'm interested in the large scale structure of very large programs (1000's
of files)


So to experiment with this I need to extract every {typedef, struct,
union, enum, macro, variable and function} {declaration, definition and
reference} from 1000's of C files.


Anybody know of a tool to parse standard C and spit out this information?


I would write one myself, but to do it properly I would have to write
a C preprocessor and most of C compiler.


--




John Carter Phone : (64)(3) 358 6639
Tait Electronics Fax : (64)(3) 359 4632
PO Box 1645 Christchurch Email : john.carter@tait.co.nz
New Zealand


Post a followup to this message

Return to the comp.compilers page.
Search the comp.compilers archives again.