Language Implementation Patterns: Create Your Own Domain-Specific and General Programming Languages (Paperback)
            
暫譯: 語言實現模式:創建您自己的領域特定和通用程式語言 (平裝本)
        
        Terence Parr
- 出版商: Pragmatic Bookshelf
 - 出版日期: 2010-02-09
 - 售價: $1,300
 - 貴賓價: 9.5 折 $1,235
 - 語言: 英文
 - 頁數: 374
 - 裝訂: Paperback
 - ISBN: 193435645X
 - ISBN-13: 9781934356456
 - 
    相關分類:
    
      Design Pattern 
 
立即出貨 (庫存 < 3)
買這商品的人也買了...
- 
                
                  
                  
                Expert C Programming: Deep C Secrets (Paperback)$1,680$1,596 - 
                
                  
                  
                Java 虛擬機器 (Java Virtual Machine)$550$435 - 
                
                  
                  
                深入淺出設計模式 (Head First Design Patterns)$880$695 - 
                
                  
                  
                深入淺出 Java 程式設計, 2/e (Head First Java, 2/e)$880$695 - 
                
                  
                  
                The Definitive ANTLR Reference: Building Domain-Specific Languages$1,390$1,321 - 
                
                  
                  
                C++ Primer, 4/e (中文版)$990$891 - 
                
                  
                  
                Excel 2007 函數與統計應用實務$520$442 - 
                
                  
                  
                $1,488C++ GUI Programming with Qt 4, 2/e (Hardcover) - 
                
                  
                  
                深入淺出 C# (Head First C#)$980$774 - 
                
                  
                  
                大話設計模式$620$490 - 
                
                  
                  
                建構嵌入式 Linux 系統 (Building Embedded Linux Systems, 2/e)$780$616 - 
                
                  
                  
                Linux 驅動程式開發實戰 (Essential Linux Device Drivers)$750$593 - 
                
                  
                  
                鳥哥的 Linux 私房菜-基礎學習篇, 3/e$820$648 - 
                
                  
                  
                程式設計師的自我修養-連結、載入、程式庫$580$493 - 
                
                  
                  
                Wireshark 網路協定分析與管理$480$374 - 
                
                  
                  
                Google!Android 2 手機應用程式設計入門, 3/e$530$419 - 
                
                  
                  
                Google Android SDK 開發範例大全 2$890$703 - 
                
                  
                  
                雲端運算大解密$520$416 - 
                
                  
                  
                約耳趣談軟體-來自專案管理的現場實錄 (Joel on Software: And on Diverse and Occasionally Related Matters That Will Prove of Interest to Software Developers)$490$387 - 
                
                  
                  
                前進 Android Market!Google Android SDK 實戰演練$850$672 - 
                
                  
                  
                深入淺出 Android 系統移植與開發測試$490$382 - 
                
                  
                  
                王者歸來-Linux 驅動程式開發權威指南$600$510 - 
                
                  
                  
                王者歸來-用 Linux 移植各種硬體$620$527 - 
                
                  
                  
                Effective Modern C++: 42 Specific Ways to Improve Your Use of C++11 and C++14 (Paperback)$2,100$1,995 - 
                
                  
                  
                C++程式設計實務-立即擁有物件導向設計能力的16堂課$520$406 
商品描述
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.
商品描述(中文翻譯)
了解如何創建特定領域語言(DSLs)可以大幅提升您的生產力。與其在通用編程語言中編寫代碼,不如先構建一個定制語言,以提高您在特定領域的效率。
關鍵在於理解語言實現中常見的模式。《語言設計模式(Language Design Patterns)》識別並濃縮了最常見的設計模式,並提供每個模式的示例實現。
這些模式實現使用 Java,但模式本身是完全通用的。其中一些實現使用了知名的 ANTLR 解析器生成器,因此讀者會發現這本書也是 ANTLR 示例的極佳來源。但這本書將使任何對實現語言感興趣的人受益,無論他們選擇的工具是什麼。其他語言實現書籍專注於編譯器,而這在日常生活中很少需要。相反,《語言設計模式》向您展示了可以用於各種語言應用的模式。
您將學會創建配置文件讀取器、數據讀取器、模型驅動的代碼生成器、源到源翻譯器、源分析器和解釋器。每一章都將相關的設計模式分組,並在每個模式中,您將通過構建完整的示例實現來獲得實踐經驗。當您完成這本書時,您將知道如何解決大多數常見的語言實現問題。
