The online computer book shop for UK & Europe                                   

   Books Home | About Us | Index | Next Record | Browse

 
  

Tel: 0121 706 6000 

Static Book Details Page - Computer Manuals Website

 Build Your Own .NET Language & Compiler
  

  Build Your Own .NET Language & Compiler by Edward G. Nilges

  • Published by: APRESS
  • Author: Edward G. Nilges
  • Page Count: 382
  • Group: .NET - GENERAL
  • ISBN: 1590591348/9781590591345
  • Published: Jul 2004

Our Price: 23.62
Discount: 25%
RRP: 31.50 

For Latest Pricing and Availability Click Here
 

The online computer book shop for UK & Europe

Book store with some thing for everyone

Book Information and Description:

Build Your Own .NET Language & Compiler
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 data--like 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 book's techniques and acts as a versatile .NET language.

A Brief History of Compiler Technology; A Brief Introduction to The .Net Framework; 3: Overflying A Small Compiler; Using Backus-Naur Form to Define Your Language; Developing the Object-Oriented Quick Basic Compiler's Scanner, Parser and Non-CLR Interpreter; Generating Code For The CLR (Common Language Runtime); Debugging Made Easy; Developing A New Language; Using a .NET Compiler for Business Rules.