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

Cleo Saulnier <cleos@nb.sympatico.ca>
4 Oct 2005 01:43:45 -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)
Re: Crenshaw's Compiler Tutorial: 68k Asm to X86 Vs Interpreting, Newb jcrens@earthlink.net (Jack Crenshaw) (2006-01-26)
| List of all articles for this month |

From: Cleo Saulnier <cleos@nb.sympatico.ca>
Newsgroups: comp.compilers
Date: 4 Oct 2005 01:43:45 -0400
Organization: Aliant Internet
References: 05-10-013
Keywords: courses
Posted-Date: 04 Oct 2005 01:43:45 EDT

Veli-Pekka Tätilä wrote:


> 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.
>


I've read that tutorial a while back and I can say that it is truly the
most horrific thing I've ever read concerning anything parser related.
He basically says "Here's some code. Look how easy it is.". Sorry, but
I can cut & paste with the best of them, but I'm not gonna learn
anything doing that. I empathise with what he's trying to do, but I
found it lacking in concepts.


To answer your question, his tutorial is rather centered around the
assembler. The early bits are easy enough, but later on, it's rather
ad-hoc and devoid of any real concepts.


Cleo
-


Post a followup to this message

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