Build Your Own Programming Language (2nd ed.)) | PDF下载|ePub下载
出版社: 人民邮电出版社
原作名: Cracking the coding interview:150 programming questions and solutions,fifth edition
译者:李琳骁/漆犇
出版年: 2013-11
页数: 372
定价: 59.00元
装帧: 平装
ISBN: 9787115332912
内容简介 · · · · · ·
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++.
作者简介 · · · · · ·
Clint Jeffery is Professor and Chair of the Department of Computer Science and Engineering at New Mexico Institute of Mining and Technology. He received a B.S. in 1987 from the University of Washington, and M.S. and Ph.D. degrees in 1989 and 1993 from the University of Arizona, all in computer science. He has authored many books and papers in the areas of programming languages, program monitoring, debugging, graphics, virtual environments and visualization. He is a co-founder and administrator of the Unicon programming language and its website, unicon.org.
下载地址: 下载帮助
Build Your Own Programming Language (2nd ed.)) 【benniaobook.org】.pdf
密码:2024 感谢您喜欢博主推荐此书,请支持购买正版。
发表回复
要发表评论,您必须先登录。