C parser

DAVID <temple@deakin.edu.au>
16 Jul 1997 22:58:37 -0400

          From comp.compilers

Related articles
[2 earlier articles]
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)
Re: C parser sid@igor.ics.uci.edu (Siddharth Choudhuri) (2004-08-11)
C parser temple@deakin.edu.au (DAVID) (1997-07-16)
Re: C parser drh@microsoft.com (Dave Hanson) (1997-07-18)
Re: C parser cort@shay.ecn.purdue.edu (1997-07-22)
| List of all articles for this month |

From: DAVID <temple@deakin.edu.au>
Newsgroups: comp.compilers
Date: 16 Jul 1997 22:58:37 -0400
Organization: Deakin University
Keywords: C, tools, question

I need a tool which will parse a 'C' file and extract the following
a list of all functions
return type of those functions
number and type of parameters to those functions


any help would be greatly appreciated
[If you can't find anything off the shelf, the protoize program which
converts prototyped to unprototyped C and back should be a good place to
start. It lives with the GNU stuff. -John]


--


Post a followup to this message

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