Re: Two questions about compiler design

"david.waller" <david.waller1@blueyonder.co.uk>
4 Feb 2004 21:54:39 -0500

          From comp.compilers

Related articles
Two questions about compiler design blitz@bad-logic.com (2004-02-01)
Re: Two questions about compiler design david.waller1@blueyonder.co.uk (david.waller) (2004-02-04)
Re: Two questions about compiler design david.waller1@blueyonder.co.uk (david.waller) (2004-02-04)
Re: Two questions about compiler design Jeffrey.Kenton@comcast.net (Jeff Kenton) (2004-02-04)
Re: Two questions about compiler design isaac@latveria.castledoom.org (Isaac) (2004-02-08)
Re: Two questions about compiler design peteg@cse.unsw.EDU.AU (Peter Gammie) (2004-02-12)
Re: Two questions about compiler design j.troeger@qut.edu.au (Jens Troeger) (2004-02-12)
Re: Two questions about compiler design samiam@moorecad.com (Scott Moore) (2004-02-12)
Re: Two questions about compiler design nmm1@cus.cam.ac.uk (2004-02-13)
[2 later articles]
| List of all articles for this month |

From: "david.waller" <david.waller1@blueyonder.co.uk>
Newsgroups: comp.compilers
Date: 4 Feb 2004 21:54:39 -0500
Organization: blueyonder (post doesn't reflect views of blueyonder)
References: 04-02-030
Keywords: design
Posted-Date: 04 Feb 2004 21:54:39 EST

"Blitz" <blitz@bad-logic.com> wrote


If you want some intermediate languages the following are possibles
Java Virtual Machine Code (the language Java compiles to) MicroSoft
Intermediate Language There are very clear definitions of both
available either on the Web or through a book. These would have the
advantage of you not having to write an interpreter and also provide
you with a large library. They are both available for Windows or Linux


Another alternative is PCode, again information for this is available
on the Web. PCode is a lot simpler than the above two.



Post a followup to this message

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