I've read it as a part of the introductory compiler course at DIKU (Computer Science dept. of University of Copenhagen).
It's good for exactly what the title says: Basics of Compiler Design. It won't make you a compiler guru, but it will give you a good grasp of the fundamentals.
If anyone is interested, I could share the weekly assignments and the exam project from the course.
It's good for exactly what the title says: Basics of Compiler Design. It won't make you a compiler guru, but it will give you a good grasp of the fundamentals.
If anyone is interested, I could share the weekly assignments and the exam project from the course.
The advanced compiler course at DIKU uses Modern Compiler Implementation in ML: http://www.cs.princeton.edu/~appel/modern/ml/.