Re: code transformations?

Norman Culver <ndc@icanect.net>
29 Sep 1996 23:45:47 -0400

          From comp.compilers

Related articles
[2 earlier articles]
Re: code transformations? cef@geodesic.com (Charles Fiterman) (1996-09-23)
Re: code transformations? ma@camcon.co.uk (1996-09-25)
Re: code transformations? darius@phidani.be (Darius Blasband) (1996-09-26)
Re: code transformations? meulenbr@prl.philips.nl (1996-09-26)
Re: code transformations? albaugh@agames.com (1996-09-26)
Re: code transformations? torbenm@diku.dk (1996-09-29)
Re: code transformations? ndc@icanect.net (Norman Culver) (1996-09-29)
Re: code transformations? kaz@nt.com (1996-10-03)
Re: code transformations? hdlambri@cs.arizona.edu (Henry Dan Lambright) (1996-10-20)
Re: code transformations? hogan@rintintin.Colorado.EDU (1996-10-24)
Re: code transformations? bill@amber.ssd.csd.harris.com (1996-10-24)
| List of all articles for this month |

From: Norman Culver <ndc@icanect.net>
Newsgroups: comp.compilers
Date: 29 Sep 1996 23:45:47 -0400
Organization: Oxbow Software
References: 96-09-094
Keywords: C, tools, available, FTP

Tom Lord wrote:
> So the question is, has anybody written such a program? Will anyone?


The interpreting C compiler at:


ftp://ftp.simtel.net/pub/simtelnet/msdos/c/oxcc1434.zip


will regenerate source at various stages.
  1. After building the AST, type system and constant folding.
  2. After interpreting/evaluating outer declarations.
  3. After running the whole program.


It has a command line option to obfusticate the output.


--------------------------------------------------------
Norman David Culver ndc@icanect.net (954)463-4754
Oxbow Software 1323 SE 17th St. Ft. Lauderdale, FL 33316
--


Post a followup to this message

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