Language Implementation Patterns: Create Your Own Domain-Specific and General Programming Languages (Paperback)
Terence Parr
- 出版商: Pragmatic Bookshelf
- 出版日期: 2010-01-10
- 售價: $1,180
- 貴賓價: 9.5 折 $1,121
- 語言: 英文
- 頁數: 374
- 裝訂: Paperback
- ISBN: 193435645X
- ISBN-13: 9781934356456
立即出貨 (庫存 < 3)
買這商品的人也買了...
-
$1,499$1,424Expert C Programming: Deep C Secrets (Paperback)
-
$550$435Java 虛擬機器 (Java Virtual Machine)
-
$880$695深入淺出設計模式 (Head First Design Patterns)
-
$880$695深入淺出 Java 程式設計, 2/e (Head First Java, 2/e)
-
$1,369$1,301The Definitive ANTLR Reference: Building Domain-Specific Languages
-
$990$891C++ Primer, 4/e (中文版)
-
$520$442Excel 2007 函數與統計應用實務
-
$1,960
C++ GUI Programming with Qt 4, 2/e (Hardcover)
-
$980$774深入淺出 C# (Head First C#)
-
$620$527大話設計模式
-
$780$616建構嵌入式 Linux 系統 (Building Embedded Linux Systems, 2/e)
-
$750$638Linux 驅動程式開發實戰 (Essential Linux Device Drivers)
-
$820$656鳥哥的 Linux 私房菜-基礎學習篇, 3/e
-
$580$493程式設計師的自我修養-連結、載入、程式庫
-
$480$374Wireshark 網路協定分析與管理
-
$530$451Google!Android 2 手機應用程式設計入門, 3/e
-
$890$757Google Android SDK 開發範例大全 2
-
$520$468雲端運算大解密
-
$490$417約耳趣談軟體-來自專案管理的現場實錄 (Joel on Software: And on Diverse and Occasionally Related Matters That Will Prove of Interest to Software Developers)
-
$850$723前進 Android Market!Google Android SDK 實戰演練
-
$490$382深入淺出 Android 系統移植與開發測試
-
$600$510王者歸來-Linux 驅動程式開發權威指南
-
$620$527王者歸來-用 Linux 移植各種硬體
-
$1,980$1,881Effective Modern C++: 42 Specific Ways to Improve Your Use of C++11 and C++14 (Paperback)
-
$520$406C++程式設計實務-立即擁有物件導向設計能力的16堂課
商品描述
Knowing how to create domain-specific languages (DSLs) can give you a huge productivity boost. Instead of writing code in a general-purpose programming language, you can first build a custom language tailored to make you efficient in a particular domain.
The key is understanding the common patterns found across language implementations. Language Design Patterns identifies and condenses the most common design patterns, providing sample implementations of each.
The pattern implementations use Java, but the patterns themselves are completely general. Some of the implementations use the well-known ANTLR parser generator, so readers will find this book an excellent source of ANTLR examples as well. But this book will benefit anyone interested in implementing languages, regardless of their tool of choice. Other language implementation books focus on compilers, which you rarely need in your daily life. Instead, Language Design Patterns shows you patterns you can use for all kinds of language applications.
You'll learn to create configuration file readers, data readers, model-driven code generators, source-to-source translators, source analyzers, and interpreters. Each chapter groups related design patterns and, in each pattern, you'll get hands-on experience by building a complete sample implementation. By the time you finish the book, you'll know how to solve most common language implementation problems.