This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: new front-end: ksi + few questions


On 10-Sep-2001, Michal Moskal <malekith@pld.org.pl> wrote:
> I'm writing a new front-end for GCC. My goal is to provide very
> simple language, suitable as a target for some other compiler,
> machine-independent assembler.

How and why does your intermediate language differ from "C--"
(see <http://www.cminusminus.org>)?

> The language itself is more or less
> textual representation of syntax trees generated by all front-ends.

OK, so my next question is how does it differ from "treelang"
(see <http://gcc.gnu.org/ml/gcc-patches/2001-08/msg01461.html>)?

-- 
Fergus Henderson <fjh@cs.mu.oz.au>  |  "I have always known that the pursuit
The University of Melbourne         |  of excellence is a lethal habit"
WWW: <http://www.cs.mu.oz.au/~fjh>  |     -- the last words of T. S. Garp.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]