Build Your Own .Net Language and Compiler
暫譯: 建立自己的 .Net 語言與編譯器

Edward G. Nilges

  • 出版商: Apress
  • 出版日期: 2004-05-13
  • 售價: $2,250
  • 貴賓價: 9.5$2,138
  • 語言: 英文
  • 頁數: 408
  • 裝訂: Paperback
  • ISBN: 1590591348
  • ISBN-13: 9781590591345
  • 相關分類: .NETCompiler
  • 已絕版

買這商品的人也買了...

相關主題

商品描述

Description:

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.

商品描述(中文翻譯)

描述:

所有軟體開發者都使用語言,這是他們的基本工具。儘管對語言如何運作充滿好奇,但實際上很少有開發者真正理解其運作方式。不幸的是,大多數關於語言和編譯器開發的書籍都難以消化,這些書籍通常是從學術平台撰寫,供大學計算機科學課程使用。另一方面,《建立自己的 .NET 語言和編譯器》揭開了編譯器和語言開發的神秘面紗,並使這些主題對所有程式設計師都變得易於理解。

這本實用的書籍介紹了可以應用於日常工作的技術。您將學會如何為應用程式添加腳本和宏語言,為應用程式添加運行時表達式評估,並立即生成代碼。此外,您還將學習解析技術,這對於從任何結構化數據形式(如文本文件、用戶輸入、XML 或 HTML)中提取信息至關重要。作為額外獎勵,本書包含一個完整的 QuickBasic 兼容編譯器及其源代碼,該編譯器是可運作的。這個編譯器展示了本書的技術,並作為一個多功能的 .NET 語言。