Related articles |
---|
Intermediate compiler output format cdiggins@videotron.ca (christopher diggins) (2004-08-15) |
Re: Intermediate compiler output format cdc@maxnet.co.nz (Carl Cerecke) (2004-08-23) |
Re: Intermediate compiler output format kamalp@acm.org (2004-08-23) |
Re: Intermediate compiler output format nick.roberts@acm.org (Nick Roberts) (2004-08-23) |
Re: Intermediate compiler output format csy1032@nitc.ac.in (2004-08-23) |
Re: Intermediate compiler output format cdiggins@videotron.ca (christopher diggins) (2004-08-25) |
Re: Intermediate compiler output format cdiggins@videotron.ca (christopher diggins) (2004-08-25) |
From: | csy1032@nitc.ac.in (adm) |
Newsgroups: | comp.compilers |
Date: | 23 Aug 2004 12:11:46 -0400 |
Organization: | http://groups.google.com |
References: | 04-08-100 |
Keywords: | code |
Posted-Date: | 23 Aug 2004 12:11:46 EDT |
"christopher diggins" <cdiggins@videotron.ca> wrote in message news:04-08-100...
> I was wondering if there are any particularly well-known or
> standardized formats for compilers that anyone could point me to. I am
> currently designing an XML DTD for my Heron compiler output and I want
> to make sure I am not reinventing the wheel. Ideally the output format
> should be type checked, platofrm independant and relatively easily
> translated to languages like C or assembly. I am planning on
> performing optimizations on this output.
>
> TIA
you can refer to advanced compiler design and implementation by
Steven S. Muchnick. he describes so many standard formats.
bye
rama
Return to the
comp.compilers page.
Search the
comp.compilers archives again.