generates code for a number of machines, including some subset of M68000,
IBM RT (ROMP), VAX, 80x86, or IBM 370.
new code generators are fairly easy to add (ie, 6 man months).
has a well-defined file-format interface (so i can pipe the output of my
front end to it).
runs under 4.2 unix.
i am working in a group producing a compiler for a new very-high-level language
called NIL (nothing to do with the LISP dialect). our hope is to provide a
compiler that can be easily retargeted and that will run on most of the major
unix engines. we haven't the manpower (nor the desire to reinvent the wheel)
and would like to take a code generator "off-the-shelf".
any hints or suggestions would be greatly appreciated.
david bacon
d...@ibm.com
ps: the normal disclaimers that us corporate citizens have to make apply: no
one should construe this as a promise to deliver any sort of product, service,
etc. sigh... life was simpler at the university.
[There's always PCC. -John]