Lex & Yacc, 2/e

Doug Brown, John Levine, Tony Mason

  • 出版商: O'Reilly
  • 出版日期: 1995-02-01
  • 售價: $1,240
  • 貴賓價: 9.5$1,178
  • 語言: 英文
  • 頁數: 388
  • 裝訂: Paperback
  • ISBN: 1565920007
  • ISBN-13: 9781565920002
  • 相關分類: Compiler
  • 已絕版

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

商品描述

This book shows you how to use two Unix utilities, lex and
yacc, in program development. These tools help programmers build compilers and interpreters, but they also have a wider range of applications.

The second edition contains completely revised tutorial sections for novice users and reference sections for advanced users. This edition is twice the size of the first and has an expanded index.

The following material has been added:

  • Each utility is explained in a chapter that covers basic usage and simple, stand-alone applications

  • How to implement a full SQL grammar, with full sample code

  • Major MS-DOS and Unix versions of lex and yacc are explored in depth, including AT&T lex and yacc, Berkeley yacc, Berkeley/GNU Flex, GNU Bison, MKS lex and
    yacc, and Abraxas PCYACC