Introduction to compiler design
Banoth, Rajkumar, Godishala, Aruna Kranthi
- 出版商: Scholars' Press
- 出版日期: 2020-05-23
- 售價: $3,290
- 貴賓價: 9.5 折 $3,126
- 語言: 英文
- 頁數: 180
- 裝訂: Quality Paper - also called trade paper
- ISBN: 6138930932
- ISBN-13: 9786138930938
-
相關分類:
Compiler
無法訂購
相關主題
商品描述
This book presents the subject of Compiler Design in a way that's understandable to a programmer, rather than a mathematician. Our basic premise is that the best way to learn how to write a compiler is to look at one in depth; the best way to understand the theory is to build tools that use that theory for practical ends. So, this book is built around working code that provides immediate practical examples of how given theories are applied. We make no claims that the code presented here is the only (or the best) implementation of the concepts presented. We've found, however, that looking at an implementation-at any implementation--can be a very useful adjunct to understanding the theory, and the reader is well able to adapt the concepts presented here to alternate implementations.