flex & bison: Text Processing Tools (Paperback)
暫譯: Flex 與 Bison:文本處理工具 (平裝本)

John Levine

  • 出版商: O'Reilly
  • 出版日期: 2009-09-22
  • 定價: $1,100
  • 售價: 9.5$1,045
  • 語言: 英文
  • 頁數: 292
  • 裝訂: Paperback
  • ISBN: 0596155972
  • ISBN-13: 9780596155971
  • 相關分類: Linux
  • 立即出貨 (庫存=1)

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

相關主題

商品描述

If you need to parse or process text data in Linux or Unix, this useful book explains how to use flex and bison to solve your problems quickly. flex & bison is the long-awaited sequel to the classic O'Reilly book, lex & yacc. In the nearly two decades since the original book was published, the flex and bison utilities have proven to be more reliable and more powerful than the original Unix tools.

flex & bison covers the same core functionality vital to Linux and Unix program development, along with several important new topics. You'll find revised tutorials for novices and references for advanced users, as well as an explanation of each utility's basic usage and simple, standalone applications you can create with them. With flex & bison, you'll discover the wide range of uses these flexible tools offer.

  • Address syntax crunching that regular expressions tools can't handle
  • Build compilers and interpreters, and handle a wide range of text processing functions
  • Interpret code, configuration files, or any other structured format
  • Learn key programming techniques, including abstract syntax trees and symbol tables
  • Implement a full SQL grammar-with complete sample code
  • Use new features such as pure (reentrant) lexers and parsers, powerful GLR parsers, and interfaces to C++

商品描述(中文翻譯)

如果您需要在 Linux 或 Unix 中解析或處理文本數據,這本實用的書籍將解釋如何使用 flex 和 bison 快速解決您的問題。flex & bison 是備受期待的經典 O'Reilly 書籍 lex & yacc 的續集。在原書出版近二十年後,flex 和 bison 工具已被證明比原始的 Unix 工具更可靠且更強大。

flex & bison 涵蓋了對於 Linux 和 Unix 程式開發至關重要的相同核心功能,以及幾個重要的新主題。您將找到針對初學者的修訂教程和針對進階用戶的參考資料,以及每個工具的基本用法解釋和您可以用它們創建的簡單獨立應用程式。使用 flex & bison,您將發現這些靈活工具提供的廣泛用途。

- 解決正則表達式工具無法處理的語法分析問題
- 構建編譯器和解釋器,並處理各種文本處理功能
- 解釋代碼、配置文件或任何其他結構化格式
- 學習關鍵的程式設計技術,包括抽象語法樹和符號表
- 實現完整的 SQL 語法 - 包含完整的範例代碼
- 使用新功能,如純(可重入)詞法分析器和解析器、強大的 GLR 解析器,以及 C++ 的介面