Related articles |
---|
how to write a compiler sam__c@rediffmail.com (2003-07-02) |
Re: how to write a compiler rjaishan@quicklogic.com (Jaishankar R) (2003-07-04) |
Re: how to write a compiler bonzini@gnu.org (2003-07-04) |
Re: how to write a compiler martinez_miguel@yahoo.com (2003-07-13) |
Re: how to write a compiler mrmnews@the-meissners.org (Michael Meissner) (2003-07-15) |
Re: how to write a compiler bonzini@gnu.org (2003-07-17) |
Re: how to write a compiler alex@alexmcguire.com (Alex McGuire) (2003-07-25) |
Re: how to write a compiler nicolas_capens@hotmail.com (2003-07-31) |
Re: how to write a compiler suresh@sankhya.com (2003-07-31) |
Re: how to write a compiler ertr1013@student.uu.se (Erik Trulsson) (2003-08-04) |
Re: how to write a compiler boldyrev+nospam@cgitftp.uiggm.nsc.ru (Ivan Boldyrev) (2003-08-10) |
Re: how to write a compiler p2sam@uwaterloo.ca (2003-08-15) |
Re: how to write a compiler christian.bau@cbau.freeserve.co.uk (Christian Bau) (2003-08-20) |
[1 later articles] |
From: | Alex McGuire <alex@alexmcguire.com> |
Newsgroups: | comp.compilers |
Date: | 25 Jul 2003 21:17:28 -0400 |
Organization: | Wanadoo, l'internet avec France Telecom |
References: | 03-07-009 |
Keywords: | practice |
Posted-Date: | 25 Jul 2003 21:17:28 EDT |
I think you would find it much quicker to write a compiler for Scheme,
or some subset of Scheme. Besides being a really cool language, its
simple syntax makes compiler building much easier. For this reason
Scheme is often favoured in courses on language design.
The following might be useful
Lisp in small pieces
<http://www.amazon.co.uk/exec/obidos/ASIN/0521562473/ref=sr_aps_books_1_1/026-1535000-2214020>
eopl <http://www.cs.indiana.edu/eopl/>
Alex
Return to the
comp.compilers page.
Search the
comp.compilers archives again.