Build your own Programming Language - Second Edition: A programmer's guide to designing compilers, DSLs and interpreters for solving modern computing
商品資訊
ISBN13:9781804618028
出版社:PACKT PUB
作者:Clinton L. Jeffery
出版日:2024/01/30
裝訂:平裝
規格:23.5cm*19.1cm*2.9cm (高/寬/厚)
版次:2
商品簡介
Written by the creator of the Unicon programming language, this book will show you how to implement programming languages to reduce the time and cost of creating applications for new or specialized areas of computing.
Key Features:
- Solve pain points in your application domain by building a custom programming language
- Learn how to create parsers, code generators, semantic analyzers, and interpreters
- Target bytecode, native code, and preprocess or transpile code into another high level language
Book Description:
The need for different types of computer languages is growing, as is the need for domain-specific languages. Building your own programming language has its advantages, as it can be your antidote to the ever-increasing complexity of software.
In this book, you'll start with implementing the frontend of a compiler for your language, including a lexical analyzer and parser, including the handling of parse errors. The book then covers a series of traversals of syntax trees, culminating with code generation for a bytecode virtual machine or native code. You'll also manage data structures and output code when writing a preprocessor or a transpiler.
Moving ahead, you'll learn how domain-specific language features are often best represented by operators and functions that are built into the language, rather than library functions. We'll conclude with how to implement garbage collection. Throughout the book, Dr. Jeffery weaves in his experience from building the Unicon programming language to give better context to the concepts. Relevant examples are provided in Unicorn and Java so that you can follow the code of your choice. In this edition, code examples have been extended and further tested.
By the end of this book, you'll be able to build and deploy your own domain-specific languages, capable of compiling and running programs.
What You Will Learn:
- Perform requirements analysis for the new language and design language syntax and semantics
- Write lexical and context-free grammar rules for common expressions and control structures
- Develop a scanner that reads source code and generate a parser that checks syntax
- Build key data structures in a compiler and use your compiler to build a syntax-coloring code editor
- Write tree traversals that insert information into the syntax tree
- Implement a bytecode interpreter and run bytecode generated by your compiler
- Write native code and run it after assembling and linking using system tools
- Preprocess and transpile code from your language into another high level language
- Implement garbage collection in your language
Who this book is for:
This book is for software developers interested in the idea of inventing their own language or developing a domain-specific language. Computer science students taking compiler construction courses will also find this book highly useful as a practical guide to language implementation to supplement more theoretical textbooks. We assume most readers will have intermediate or better proficiency in a high level programming language such as Java or C++.
主題書展
更多書展購物須知
外文書商品之書封,為出版社提供之樣本。實際出貨商品,以出版社所提供之現有版本為主。部份書籍,因出版社供應狀況特殊,匯率將依實際狀況做調整。
無庫存之商品,在您完成訂單程序之後,將以空運的方式為你下單調貨。為了縮短等待的時間,建議您將外文書與其他商品分開下單,以獲得最快的取貨速度,平均調貨時間為1~2個月。
為了保護您的權益,「三民網路書店」提供會員七日商品鑑賞期(收到商品為起始日)。
若要辦理退貨,請在商品鑑賞期內寄回,且商品必須是全新狀態與完整包裝(商品、附件、發票、隨貨贈品等)否則恕不接受退貨。

