Related articles |
---|
Looking for C declaration parser lehotsky@max.tiac.net (1995-02-06) |
Re: Looking for C declaration parser agesen@Xenon.Stanford.EDU (1995-02-06) |
Re: Looking for C declaration parser flisakow@cae.wisc.edu (1995-02-06) |
Re: Looking for C declaration parser vinall@VNET.IBM.COM (1995-02-07) |
Re: Looking for C declaration parser rankin@eql.caltech.edu (1995-02-07) |
Re: Looking for C declaration parser kik@ironwood.cray.com (1995-02-08) |
Re: Looking for C declaration parser probertm@ariz.library.ucsb.edu (1995-02-11) |
[1 later articles] |
Newsgroups: | comp.compilers,comp.lang.c |
From: | lehotsky@max.tiac.net (Alan Lehotsky) |
Followup-To: | comp.compilers |
Keywords: | C, tools, question |
Organization: | Quality Software Management |
Date: | Mon, 6 Feb 1995 00:09:40 GMT |
I'm looking for a tool that parses C declarations and constructs a
simple symbol table. I want to use this to parse simple .h files and
generate equivalent data structures in other languages, such as PL/I.
There used to be a program called 'explain' that read C declarations
and "explained them". I went looking in the uunet archives and
couldn't find anything appropriate. Anybody else got ideas?
I suppose I could start with a complete C front-end, but that would be
a lot of work to reduce to just a declaration parser.
Please email or followup to comp.compilers (I don't read comp.lang.c
or comp.lang.c++)
-- Alan Lehotsky
======================================================================
Quality Software Management
8 Tucker Ave.
Lexington, MA 02173
lehotsky@tiac.net Voice: (617)862-5418 Fax: (617)674-1096
--
Return to the
comp.compilers page.
Search the
comp.compilers archives again.