Re: parsing ".h subset" of c

Jerry Pendergraft <jerry.pendergraft@endocardial.com>
30 Apr 1999 22:51:52 -0400

          From comp.compilers

Related articles
parsing ".h subset" of c ekoskimaa@tne01.tele.nokia.fi (1999-04-26)
Re: parsing ".h subset" of c nr@labrador.cs.virginia.edu (Norman Ramsey) (1999-04-29)
Re: parsing ".h subset" of c derek@knosof.co.uk (1999-04-29)
Re: parsing ".h subset" of c jerry.pendergraft@endocardial.com (Jerry Pendergraft) (1999-04-30)
| List of all articles for this month |

From: Jerry Pendergraft <jerry.pendergraft@endocardial.com>
Newsgroups: comp.compilers,comp.compilers.tools.pccts
Date: 30 Apr 1999 22:51:52 -0400
Organization: Endocardial Systems, Inc.
References: 99-04-083
Keywords: C, parse

I think "antlr" (href="http://www.antlr.org/index.html") might be well
suited to this job. Should be able to walk an output AST to produce
your output. Anyone on the pccts newsgroup like to add more?


ekoskimaa@tne01.tele.nokia.fi wrote:
> I need a c-parser which parses ".h subset of c", namely
> c-files containing usual header declarations such as
> type definitions (typedef etc), macros (#define with or
> without parameters) and procedure signatures. (No problem if
> whole c is parsed).
--
Jerry Pendergraft
jerry.pendergraft@endocardial.com
Endocardial Solutions voice: 651-523-6935
1350 Energy Lane, Suite 110 fax: 651-644-7897
St Paul, MN 55108-5254


Post a followup to this message

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