Re: Crenshaw's Compiler Tutorial: 68k Asm to X86 Vs Interpreting, Newbie Qs on Parsing and Pascal

"toby" <toby@telegraphics.com.au>
3 Oct 2005 00:29:50 -0400

          From comp.compilers

Related articles
Crenshaw's Compiler Tutorial: 68k Asm to X86 Vs Interpreting, Newbie Q vtatila@mail.student.oulu.fi (Veli-Pekka Tätilä) (2005-10-02)
Re: Crenshaw's Compiler Tutorial: 68k Asm to X86 Vs Interpreting, Newb englere.geo@yahoo.com (Eric) (2005-10-03)
Re: Crenshaw's Compiler Tutorial: 68k Asm to X86 Vs Interpreting, Newb toby@telegraphics.com.au (toby) (2005-10-03)
Re: Crenshaw's Compiler Tutorial: 68k Asm to X86 Vs Interpreting, Newb cleos@nb.sympatico.ca (Cleo Saulnier) (2005-10-04)
Re: Crenshaw's Compiler Tutorial: 68k Asm to X86 Vs Interpreting, Newb vtatila@mail.student.oulu.fi (Veli-Pekka Tätilä) (2005-10-04)
Re: Crenshaw's Compiler Tutorial: 68k Asm to X86 Vs Interpreting, Newb oicmrsnakes@hotmail.com (James T. Sprinkle) (2005-10-06)
Re: Crenshaw's Compiler Tutorial: 68k Asm to X86 Vs Interpreting, Newb toby@telegraphics.com.au (toby) (2005-10-06)
Re: Crenshaw's Compiler Tutorial: 68k Asm to X86 Vs Interpreting, Newb vtatila@mail.student.oulu.fi (Veli-Pekka Tätilä) (2005-10-07)
Re: Crenshaw's Compiler Tutorial: 68k Asm to X86 Vs Interpreting, Newb herm@viabcp.com (Hugo Rozas) (2005-10-19)
[1 later articles]
| List of all articles for this month |

From: "toby" <toby@telegraphics.com.au>
Newsgroups: comp.compilers
Date: 3 Oct 2005 00:29:50 -0400
Organization: http://groups.google.com
References: 05-10-013
Keywords: books, courses
Posted-Date: 03 Oct 2005 00:29:50 EDT

Veli-Pekka Tätilä wrote:
>
> Some things in computing seem like black magic untill you understand
> enough of the mysterious bits to realize they aren't. Compiling and
> parsing are two such things. Being very new to parsing, I was glad
> to discover a simple, hand-son tutorial called Let's Build a
> Compiler by Jack W. Crenshaw. ... > My last question is, does the
> Crenshaw tutorial make sense without being able to implement and or
> fully understand the assembler bits? I suppose the principles of
> parsing are sort of target language neutral.


Yes, there are very many books on the subject that don't involve
assembler, so it could be that Crenshaw's is not the ideal text for
you. I like Aho & Ullman[1] but others here will have more up-to-date
suggestions. I would suggest "A Retargetable Compiler: Design and
Implementation" by Fraser & Hanson[2], which describes the complete
implementation of a top-notch ANSI C compiler, but it's entirely
written in C (which you find difficult).


[1] http://net.gurus.com/bk/a/0201100886
[2] http://net.gurus.com/bk/a/0805316701


Post a followup to this message

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