Related articles |
---|
C compiler questions judith@super.org (1998-03-03) |
Re: C compiler questions sethml@ugcs.caltech.edu (1998-03-06) |
Re: C compiler questions wfahle@airmail.net.nospam (Bill Fahle) (1998-03-07) |
From: | sethml@ugcs.caltech.edu (Seth LaForge) |
Newsgroups: | comp.compilers |
Date: | 6 Mar 1998 16:52:54 -0500 |
Organization: | California Institute of Technology, Pasadena |
References: | 98-03-014 |
Keywords: | C |
On 3 Mar 1998 10:51:04 -0500, Judith D. Schlesinger <judith@super.org> wrote:
>I was wondering if anyone knows of a C to "simplified" C translator.
You might want to check out SUIF: http://suif.stanford.edu/. It's an
entire compiler construction toolkit for experimenting with
optimization, but it can be used simply as a C compiler which outputs
C. The C that the backend produces is pretty simple - it probably
meets most if not all of your requirements.
Seth
--
Return to the
comp.compilers page.
Search the
comp.compilers archives again.