A Practical Approach to Compiler Construction (Undergraduate Topics in Computer Science)
Des Watson
- 出版商: Springer
- 出版日期: 2017-04-10
- 定價: $1,850
- 售價: 8.0 折 $1,480
- 語言: 英文
- 頁數: 254
- 裝訂: Paperback
- ISBN: 3319527878
- ISBN-13: 9783319527871
-
相關分類:
Compiler、Computer-Science
立即出貨 (庫存 < 3)
買這商品的人也買了...
-
$980$960 -
$1,250$1,225 -
$520$468 -
$1,800$1,710 -
$1,200$1,176 -
$1,450Signals and Systems: A Primer with MATLAB (Hardcover)
-
$1,730$1,644 -
$1,323Digital Signal Processing First, 2/e (DSP First)(IE-Paerback)
-
$1,205Data Communications and Networking, 5/e (IE-Paperback)
-
$352機器視覺算法與應用 (雙語版)
-
$709深入理解計算機系統, 3/e (Computer Systems: A Programmer's Perspective, 3/e)
-
$331算法圖解 (Grokking Algorithms: An illustrated guide for programmers and other curious people)
-
$780$764 -
$2,530$2,404 -
$580$458 -
$454PHP 核心技術與最佳實踐
-
$798Writing Interpreters and Compilers for the Raspberry Pi Using Python
-
$450$356 -
$620$527 -
$375$356 -
$1,320$1,254 -
$403一本書讀懂 AIGC:ChatGPT、AI繪畫、智能文明與生產力變革
-
$556大規模語言模型:從理論到實踐
-
$534$507 -
$880$695
相關主題
商品描述
This book provides a practically-oriented introduction to high-level programming language implementation. It demystifies what goes on within a compiler and stimulates the reader's interest in compiler design, an essential aspect of computer science. Programming language analysis and translation techniques are used in many software application areas.
A Practical Approach to Compiler Construction covers the fundamental principles of the subject in an accessible way. It presents the necessary background theory and shows how it can be applied to implement complete compilers. A step-by-step approach, based on a standard compiler structure is adopted, presenting up-to-date techniques and examples. Strategies and designs are described in detail to guide the reader in implementing a translator for a programming language.
A simple high-level language, loosely based on C, is used to illustrate aspects of the compilation process. Code examples in C are included, together with discussion and illustration of how this code can be extended to cover the compilation of more complex languages. Examples are also given of the use of the flex and bison compiler construction tools. Lexical and syntax analysis is covered in detail together with a comprehensive coverage of semantic analysis, intermediate representations, optimisation and code generation. Introductory material on parallelisation is also included.
Designed for personal study as well as for use in introductory undergraduate and postgraduate courses in compiler design, the author assumes that readers have a reasonable competence in programming in any high-level language.