|
|
|
|
|
by catnaroek
3620 days ago
|
|
Not really. TAPL is a very useful book, but it won't teach you how to write a compiler, unless the only part of a compiler you actually care about is the type checker. The interpreters it describes (in the chapters titled “An ML implementation of <whatever>”) are ridiculously inefficient. |
|
You don't really need more than a typechecker and ast tranformations for that.