| Related articles |
|---|
| C - Fronts for OO Languages henrici@dial.eunet.ch (Christoph Henrici) (1998-01-21) |
| Re: C - Fronts for OO Languages jsa@edg.com (1998-01-21) |
| Re: C - Fronts for OO Languages schnette@tat.physik.uni-tuebingen.de (Erik Schnetter) (1998-01-23) |
| Re: C - Fronts for OO Languages jdean@puma.pa.dec.com (1998-01-30) |
| Re: C - Fronts for OO Languages stes@mundivia.es (David Stes) (1998-01-30) |
| From: | David Stes <stes@mundivia.es> |
| Newsgroups: | comp.compilers |
| Date: | 30 Jan 1998 00:36:57 -0500 |
| Organization: | Mundivia, Santander |
| Keywords: | OOP, C |
Christoph Henrici wrote:
>
> What precompilers, "c - fronts", compilers are around, which produce
> from OO Language ( like C++, Eiffel, Objective etc.) Source Code ANSI
> -C output?
The Portable Object Compiler is such a preprocessor, for Objective-C.
See the pages, that I maintain on this:
http://www.can.nl/~stes/compiler.html
http://cage.rug.ac.be/~stes/compiler.html
It translates the Objective-C specific constructs into ANSI-C, and
whereever the ObjC language overlaps with C, it's simply dumping its
input literally (i.e. ANSI-C + ANSI-C extensions like, for example,
gcc's), without doing any other translation.
David.
--
Return to the
comp.compilers page.
Search the
comp.compilers archives again.