backend question

"Martin Doering" <doeringm@gmx.de>
12 Nov 2002 14:14:18 -0500

          From comp.compilers

Related articles
backend question doeringm@gmx.de (Martin Doering) (2002-11-12)
Re: backend question dnovillo@redhat.com (Diego Novillo) (2002-11-13)
Re: backend question hannah@schlund.de (Hannah Schroeter) (2002-11-13)
Re: backend question fjh@cs.mu.OZ.AU (Fergus Henderson) (2002-11-13)
Re: backend question joachim_d@gmx.de (Joachim Durchholz) (2002-11-13)
Re: backend question thp@cs.ucr.edu (2002-11-17)
Re: backend question joachim_d@gmx.de (Joachim Durchholz) (2002-11-20)
[15 later articles]
| List of all articles for this month |

From: "Martin Doering" <doeringm@gmx.de>
Newsgroups: comp.compilers
Date: 12 Nov 2002 14:14:18 -0500
Organization: MAN Nutzfahrzeuge AG, Munich, Germany
Keywords: translator, question, comment
Posted-Date: 12 Nov 2002 14:14:17 EST

Hi!


If I would like to write a native compiler for a toy language (just
for my personal interest), the hardest thing for me is to generate
code for a specific processor in the end. So my question is, if I
could skip this last step by just using some well know intermediate
format?


For Minix there is a amsterdam compiler kit, which seems to provide
something like this. Are there others? And is there something like
this not too huge in size? I just want to play around a bit. Yes, and
it should be free...


--
Martin Doering
[These days the most popular intermediate format is C. -John]


Post a followup to this message

Return to the comp.compilers page.
Search the comp.compilers archives again.