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) |
[4 later articles] |
From: | martinez_miguel@yahoo.com (Miguel Martinez) |
Newsgroups: | comp.compilers |
Date: | 13 Jul 2003 23:52:09 -0400 |
Organization: | http://groups.google.com/ |
References: | 03-07-009 03-07-055 |
Keywords: | practice, books |
Posted-Date: | 13 Jul 2003 23:52:09 EDT |
I'm currently reading the "Modern Compiler Implementation" book, and I
found it friendlier than the classic "Dragon" one. It can get you
writing a small interpreter in the first chapter. Worth mentioning
that you may want to keep the grammar simple- I mean simple - for your
school project. Six months to write a complex compiler is not enough.
Consider writing something simple like a make-like tool.
Miguel
Return to the
comp.compilers page.
Search the
comp.compilers archives again.