Re: A C compiler written in C targeting C

"Nick Shaffner" <nshaf@intur.net>
28 Mar 1999 16:56:48 -0500

          From comp.compilers

Related articles
A C compiler written in C targeting C dg@tao.co.uk (1999-03-23)
Re: A C compiler written in C targeting C mikee@cetasoft.cog (1999-03-28)
Re: A C compiler written in C targeting C kadhim@lucent.com (Basim Kadhim) (1999-03-28)
Re: A C compiler written in C targeting C nshaf@intur.net (Nick Shaffner) (1999-03-28)
Re: A C compiler written in C targeting C dmk42@my-dejanews.com (1999-03-28)
Re: A C compiler written in C targeting C derek@knosof.co.uk (1999-03-28)
Re: A C compiler written in C targeting C eclectictech@usa.net (1999-03-28)
Re: A C compiler written in C targeting C dg@tao.co.uk (1999-04-01)
Re: A C compiler written in C targeting C zalman@netcom.com (1999-04-03)
Re: A C compiler written in C targeting C gillga@ilk.de (1999-05-16)
| List of all articles for this month |

From: "Nick Shaffner" <nshaf@intur.net>
Newsgroups: comp.compilers
Date: 28 Mar 1999 16:56:48 -0500
Organization: Concentric Internet Services
References: 99-03-067
Keywords: C, storage

>Are there any compilers (lcc, gcc) around that have C back ends? Are
>there any type analysis tools around that can be modified to write out
>the code once they've read it in (because I don't need a fully fledged
>code generator)? Am I going at this in completely the wrong way?


        The C compiler developed in the book 'Compiler Design in C' by Allen
Holub outputs to 'C-code' which is a sort of portable assembler written in
the C preprocessor.


        The source code (shareware) is here:
                http://www.holub.com/compiler/compiler.html


        hope this helps :^)
--
Nick Shaffner
3D Realms


Post a followup to this message

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