Related articles |
---|
Using gcc's parser for Y2k work lynn@swcp.com (1997-08-28) |
Re: Using gcc's parser for Y2k work danwang@dynamic.CS.Princeton.EDU (Daniel Wang) (1997-08-30) |
Re: Using gcc's parser for Y2k work jlilley@empathy.com (John Lilley) (1997-08-30) |
Re: Using gcc's parser for Y2k work jlilley@empathy.com (John Lilley) (1997-09-03) |
Re: Using gcc's parser for Y2k work dweise@microsoft.com (Daniel Weise) (1997-09-07) |
From: | John Lilley <jlilley@empathy.com> |
Newsgroups: | comp.compilers |
Date: | 30 Aug 1997 00:51:50 -0400 |
Organization: | Nerds for Hire, Inc. |
References: | 97-08-077 |
Keywords: | C++, tools |
Lynn Wilson wrote:
> I'm working on writing tools that will deal with analyzing C and C++
> source code in regards to year2000 compliance. My plan is to steal
> the front end off of the gcc (g++) compiler and use it to build a
> parse tree. I will then write code that will crawl over the tree and
> 'reason' about it.
You might want to check out my C++ parser work:
http://www.empathy.com/pccts
It is fairly modern, but has trouble with some exception constructs,
template partial specializations, and a few other bits. It is written
in C++ and relies heavily on STL. Has an integral preprocessor.
john
--
Return to the
comp.compilers page.
Search the
comp.compilers archives again.