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 โข Reduce development time and solve pain points in your applicatio
Build Your Own Programming Language: A programmer's guide to designing compilers, interpreters, and DSLs
โ Scribed by Clinton L. Jeffery
- Publisher
- Packt Publishing
- Year
- 2021
- Tongue
- English
- Category
- Library
No coin nor oath required. For personal study only.
โฆ Synopsis
The need for different types of computer languages is growing rapidly and developers prefer creating domain-specific languages for solving specific application domain problems. Building your own programming language has its advantages. It can be your antidote to the ever-increasing size and complexity of software. However, creating a custom language isn't easy.
In this book, you'll be able to put the knowledge you gain to work in language design and implementation. You'll implement the frontend of a compiler for your language, including a lexical analyzer and parser. The book covers a series of traversals of syntax trees, culminating with code generation for a bytecode virtual machine. Moving ahead, you'll learn how domain-specific language (DSL) features are often best represented by operators and functions that are built into the language, rather than library functions. The book concludes by showing you how to implement garbage collection, including reference counting and mark-and-sweep garbage collection. Throughout the book, Dr. Jeffery weaves in his experience of building the Unicon programming language to give better context to the concepts, while providing relevant examples in Unicon and Java.
๐ SIMILAR VOLUMES
<p><span>Embark on a journey through essential components of language design, compiler construction, preprocessors, transpilers, and runtime systems in this second edition, authored by the creator of the Unicon programming language.</span></p><p><span>Purchase of the print or Kindle book includes a
Embark on a journey through essential components of language design, compiler construction, preprocessors, transpilers, and runtime systems in this second edition, authored by the creator of the Unicon programming language. Key Features Solve pain points in your application domain by building a
ะกะดะตะปะฐะน ัะฒะพะน ะะธัะฟ: ะะทััะธ ะกะธ ะธ ัะพะทะดะฐะน ัะฒะพะน ัะพะฑััะฒะตะฝะฝัะน ัะทัะบ ะฟัะพะณัะฐะผะผะธัะพะฒะฐะฝะธั.<div class="bb-sep"></div>CreateSpace Independent Publishing Platform, october 2014, ISBN 9781501006623.<div class="bb-sep"></div>If you're looking to learn C, or you've ever wondered how to build your own programming languag
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
Get started with mobile apps -- Basic mobile app tools -- Make an app about you -- Make a photo-editing app -- Make a mobile game app.;Building a Mobile App offers basic lessons in Android development, designed specifically for kids! Three fun projects walk you through basic coding skills using MIT'