Re: Public domain compiler wanted dead or alive!

Tim Pierce <twpierce@amhux1.amherst.EDU>
Sat, 8 Aug 1992 21:49:44 GMT

          From comp.compilers

Related articles
Public domain compiler wanted dead or alive! suley@xantos.uio.no (1992-08-06)
Re: Public domain compiler wanted dead or alive! ah739@cleveland.Freenet.Edu (1992-08-07)
Re: Public domain compiler wanted dead or alive! nr@hart.Princeton.EDU (1992-08-08)
Re: Public domain compiler wanted dead or alive! twpierce@amhux1.amherst.EDU (Tim Pierce) (1992-08-08)
| List of all articles for this month |

Newsgroups: comp.compilers
From: Tim Pierce <twpierce@amhux1.amherst.EDU>
Organization: Amherst College, Amherst MA
Date: Sat, 8 Aug 1992 21:49:44 GMT
References: 92-08-026
Keywords: C

suley@xantos.uio.no (Suleyman Kondakci) writes:


>Is there a simple public domain compiler, with useful documentation,
>which can be used for educational/experimental purposes.


The Small C compiler which is often distributed with Minix software is
worth a look. It's a public domain compiler for a subset of C, based on
an earlier, similar compiler from Dr. Dobbs' Journal. Comments are scant,
and it's not quite powerful enough to use comfortably for complicated jobs
(for example, it does not handle structs or unions, has no floating-point
support, and does not support more than one level of indirection), but
appears to cover many of the basics of compilation techniques, and claims
to be powerful enough to compile itself. It's also small and simple
enough for a beginner to be able to follow the source without much fasting
or prayer.


Small C is available for anonymous FTP from bugs.nosc.mil in directory
/pub/Minix/common-pkgs/small-c.tar.Z. It produces 8080, 6809, M68K, and
VAX code.
--
Tim Pierce
twpierce@amherst.edu (BITnet: TWPIERCE@AMHERST)
--


Post a followup to this message

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