Language Implementation Patterns 在线电子书 图书标签: 编译原理 编译器 ANTLR compiler 编程 计算机 程序设计 programming
发表于2025-01-22
Language Implementation Patterns 在线电子书 pdf 下载 txt下载 epub 下载 mobi 下载 2025
被迫阅读。。 不过写的不错 思路清晰 推荐一下
评分不如《编译原理》深入,但是一堆模式也不够浅显。总之给有目的的人选阅吧
评分对于编译器前端概念讲解很生动,没有一般教科书式的死板,且内容很新颖(在编译器前端这么个老掉牙的领域),讲了LL(*),主要是实战地解释编码怎么实现...很遗憾没有包含作者在前言中提到的LLVM的内容...
评分感觉想从另外一本ANTLR手册中分出来的赚稿费的,新手入门的话比龙书好读。不过内容也就停留在70s吧。
评分感觉想从另外一本ANTLR手册中分出来的赚稿费的,新手入门的话比龙书好读。不过内容也就停留在70s吧。
Terence Parr是美国旧金山大学的计算机教授、研究生导师,他一直致力于从事ANTLR项目(antlr.org)和模板引擎(stringtemplate.org)的设计和开发工作。Terence曾担任IBM、洛克希德马丁、NeXT、雷诺汽车等公司的技术顾问,另著有《ANTLR权威指南》。
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.
最近比较关注Programming Language Processor方面的书,有大部头深入浅出的龙书,也有精辟的Model Checking,不过真要落到实处,还是需要从一行行代码开始写起。软件理论大多晦涩,现有的一些工具实现方式大多古老(比如SPIN是YACC+C,图形上使用的tk/tcl),要开源或者产品化...
评分本书深入浅出的讲解了如何编写语言应用,作者是ANTLR的开发者,也是Lex 和 YACC的另外JAVA实现,对语言实现需求者是一本很好的应用书,值得期待。使用 Antlr 等识别工具来识别,解析,构造编译器比手工编程更加容易,同时开发的程序也更易于维护。也是现在DSL的实现方法之一。
评分这本书,提供了cookbook式的编写小型编译器的各种模式; 这本书,也提供了编写GPPL(大型语言编译器)的基础知识(比如有些小型编译器用不到的符号表); 对于在非AT&T工作的low逼程序员的生活中,文件解析,lint程序,transpile程序,绝对要比深入gcc,g++要更亲切,而这本书...
评分本书深入浅出的讲解了如何编写语言应用,作者是ANTLR的开发者,也是Lex 和 YACC的另外JAVA实现,对语言实现需求者是一本很好的应用书,值得期待。使用 Antlr 等识别工具来识别,解析,构造编译器比手工编程更加容易,同时开发的程序也更易于维护。也是现在DSL的实现方法之一。
评分2012年4月第一版第一次印刷 P59最后一段“由于C++函数头文件不限大小”,英文版中是“function header”应翻译为函数头。 P88页中间“因此可以用前缀操作父^制定操作符词法单元”,英文版中是”suffix“应翻译为后缀。
Language Implementation Patterns 在线电子书 pdf 下载 txt下载 epub 下载 mobi 下载 2025