Newsgroups: comp.lang.c
Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!wuarchive!m.cs.uiuc.edu!bassoon.cs.uiuc.edu!reed
From: reed@bassoon.cs.uiuc.edu (Daniel A. Reed)
Subject: C grammar/parser
Message-ID: <1991Jun25.180941.8766@m.cs.uiuc.edu>
Keywords: parser grammar
Sender: news@m.cs.uiuc.edu (News Database (admin-Mike Schwager))
Nntp-Posting-Host: bassoon.cs.uiuc.edu
Reply-To: reed@cs.uiuc.edu
Organization: University of Illinois Picasso Group
Date: Tue, 25 Jun 1991 18:09:41 GMT

I'm looking for a public domain (or, less desirably, a publicly available)
lexical analyzer and parser (lex/yacc, ideally) for both K&R and ANSI C.
I don't really need any more than that --- I want accept C and output
identical C with some calls to a performance instrumentation library.

To prevent questions, yes, I'm well aware of gcc.

Daniel A. Reed				Email:	reed@oboe.cs.uiuc.edu
Professor				Phone:  (217) 333-3807
Department of Computer Science		Fax:	(217) 333-3501
University of Illinois
Urbana, Illinois 61801

