Tags
Language
Tags
April 2024
Su Mo Tu We Th Fr Sa
31 1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30 1 2 3 4

Build Your Own .NET Language and Compiler (repost)

Posted By: Veslefrikk
Build Your Own .NET Language and Compiler (repost)

Edward G. Nilges, Build Your Own .NET Language and Compiler
ISBN: 1590591348 | edition 2004 | CHM | 388 pages | 9 mb

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&emdash;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.