[comp.os.minix] 68000 C Compiler, Part 0/8

HBO043%DJUKFA11.BITNET@cunyvm.cuny.edu (Christoph van Wuellen) (03/28/90)

Since Glen Overby told me that the way I used to ship out postings prevent
them from being distributed over the whole net, this is a repost of
a 68000 C compiler for MINIX (and other operating systems) capable of
replacing the ACK compiler/code generator. It comes along with the
whole source code. You find more info in the file README.CVW.

This is how the posting is organized:
- everything comes along shared together, compress -b13'ed and uuencoded.

Part 0: This file
Part 1-6: The compiler source, header files, README...
Part 7: support library source (floating point and long mult./divide)
Part 8: compiler binary (you will need it to bootsstrap unless you have
        access to a C-Compiler which has floats

Patch #1 (Already!): I'm ashamed, pointer subtractions yielded a long
         result where is should be int

Main features of the compiler:
Parses all the MINIX sources (except for ttt.c, which has functions returning
structures - to be included)

Data types: (uns.) char, (uns.) short, (uns.) long, float, double, enum...

At run-time, you can select if int should be 16 or 32 bit.

I HOPE TO SEE SOME RESPONSE SINCE YOU CRIED FOR COMPILERS WITH SOURCE!!!
C.V.W.