All software developers use languages โ itโs the fundamental tool of the trade. Yet despite widespread curiosity about how languages work, few developers actually learn how they work. For one thing, most texts on language and compiler development are highly academic and theoretical tomes intended fo
Build Your Own .NET Language and Compiler
โ Scribed by Edward G. Nilges (auth.)
- Publisher
- Apress
- Year
- 2004
- Tongue
- English
- Leaves
- 399
- Edition
- 1
- Category
- Library
No coin nor oath required. For personal study only.
โฆ Synopsis
All software developers use languages, which are the fundamental tool of the trade. Despite curiosity about how languages work, few developers actually understand how. Unfortunately, most texts on language and compiler development are hard to digest, written from academic platforms for use in college-level computer science programs. On the other hand, Build Your Own .NET Language and Compiler demystifies compiler and language development, and makes the subjects palatable for all programmers.
This practical book presents techniques that you can apply to everyday work. You'll learn to add scripts and macro languages to your applications, add runtime expression evaluation to their applications, and generate code immediately. Further, you will learn parsing techniques, which are essential to extract information from any structured form of datalike text files, user input, XML, or HTML. As a bonus, the book includes a complete QuickBasic compatible compiler with source code that works. The compiler illustrates the books techniques and acts as a versatile .NET language.
โฆ Table of Contents
Front Matter....Pages i-xv
A Brief History of Compiler Technology....Pages 1-13
A Brief Introduction to the .NET Framework....Pages 15-26
A Compiler Flyover....Pages 27-49
The Syntax for the QuickBasic Compiler....Pages 51-90
The Lexical Analyzer for the QuickBasic Compiler....Pages 91-132
QuickBasic Object Modeling....Pages 133-170
The Parser and Code Generator for the QuickBasic Compiler....Pages 171-203
Developing Assemblers and Interpreters....Pages 205-228
Code Generation to the Common Language Runtime....Pages 229-242
Implementing Business Rules....Pages 243-266
Language Design: Some Notes....Pages 267-285
Back Matter....Pages 287-392
โฆ Subjects
Software Engineering/Programming and Operating Systems
๐ SIMILAR VOLUMES
ะกะดะตะปะฐะน ัะฒะพะน ะะธัะฟ: ะะทััะธ ะกะธ ะธ ัะพะทะดะฐะน ัะฒะพะน ัะพะฑััะฒะตะฝะฝัะน ัะทัะบ ะฟัะพะณัะฐะผะผะธัะพะฒะฐะฝะธั.<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
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
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 complexi
<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