Build Your Own Programming Language
eBook - ePub

Build Your Own Programming Language

Clinton L. Jeffery

  1. 494 pages
  2. English
  3. ePUB (mobile friendly)
  4. Available on iOS & Android
eBook - ePub

Build Your Own Programming Language

Clinton L. Jeffery

Book details
Table of contents
Citations

About This Book

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 computingKey Features• Reduce development time and solve pain points in your application domain by building a custom programming language• Learn how to create parsers, code generators, file readers, analyzers, and interpreters• Create an alternative to frameworks and libraries to solve domain-specific problemsBook DescriptionThe 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.In this book, you'll start with implementing 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 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, 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 where relevant examples are provided in both Unicon and Java so that you can follow the code of your choice of either a very high-level language with advanced features, or a mainstream language.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• Implement a bytecode interpreter and run bytecode generated by your compiler• Write tree traversals that insert information into the syntax tree• Implement garbage collection in your languageWho this book is forThis 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. Intermediate-level knowledge and experience working with a high-level language such as Java or the C++ language are expected to help you get the most out of this book.

Frequently asked questions

How do I cancel my subscription?
Simply head over to the account section in settings and click on “Cancel Subscription” - it’s as simple as that. After you cancel, your membership will stay active for the remainder of the time you’ve paid for. Learn more here.
Can/how do I download books?
At the moment all of our mobile-responsive ePub books are available to download via the app. Most of our PDFs are also available to download and we're working on making the final remaining ones downloadable now. Learn more here.
What is the difference between the pricing plans?
Both plans give you full access to the library and all of Perlego’s features. The only differences are the price and subscription period: With the annual plan you’ll save around 30% compared to 12 months on the monthly plan.
What is Perlego?
We are an online textbook subscription service, where you can get access to an entire online library for less than the price of a single book per month. With over 1 million books across 1000+ topics, we’ve got you covered! Learn more here.
Do you support text-to-speech?
Look out for the read-aloud symbol on your next book to see if you can listen to it. The read-aloud tool reads text aloud for you, highlighting the text as it is being read. You can pause it, speed it up and slow it down. Learn more here.
Is Build Your Own Programming Language an online PDF/ePUB?
Yes, you can access Build Your Own Programming Language by Clinton L. Jeffery in PDF and/or ePUB format, as well as other popular books in Computer Science & Programming in Java. We have over one million books available in our catalogue for you to explore.

Information

Year
2021
ISBN
9781800200333
Edition
1

Table of contents

    Citation styles for Build Your Own Programming Language

    APA 6 Citation

    Jeffery, C. (2021). Build Your Own Programming Language (1st ed.). Packt Publishing. Retrieved from https://www.perlego.com/book/3183427 (Original work published 2021)

    Chicago Citation

    Jeffery, Clinton. (2021) 2021. Build Your Own Programming Language. 1st ed. Packt Publishing. https://www.perlego.com/book/3183427.

    Harvard Citation

    Jeffery, C. (2021) Build Your Own Programming Language. 1st edn. Packt Publishing. Available at: https://www.perlego.com/book/3183427 (Accessed: 3 July 2024).

    MLA 7 Citation

    Jeffery, Clinton. Build Your Own Programming Language. 1st ed. Packt Publishing, 2021. Web. 3 July 2024.