Parsing Techniques: A Practical Guide

Parsing Techniques: A Practical Guide

简介:

解析技术为编译器构造和语言学提供了坚实的基础,并为所有现有软件做出了贡献: 它们使Web浏览器能够分析HTML页面,使PostScript打印机能够分析PostScript,以及一些更高级的技术用于编译器中的代码生成和数据压缩。它们作为一般模式识别器的重要性也正在慢慢得到认可。

第二版的Grune和jacobs的辉煌工作提出了新的发展和发现,在该领域。解析,也称为语法分析,已经并将继续是计算机科学和语言学的重要组成部分。解析技术在计算机科学中的重要性已大大提高。高级编译器通常使用通用的CF解析器和计算语言学,其中此类解析器是唯一的选择。它们用于各种软件产品,包括Web浏览器,计算机设备中的解释器和数据压缩程序; 它们在语言学中广泛使用。

英文简介:

Parsing techniques provide a solid basis for compiler construction and linguistics, and contribute to all existing software: they enable Web browsers to analyze HTML pages and PostScript printers to analyze PostScript, and some of the more advanced techniques are used in code generation in compilers and in data compression. Also their importance as general pattern recognizers is slowly being acknowledged.

The second edition of Grune and Jacobs' brilliant work presents new developments and discoveries that have been made in the field. Parsing, also referred to as syntax analysis, has been and continues to be an essential part of computer science and linguistics.

Parsing techniques have grown considerably in importance, both in computer science, ie. advanced compilers often use general CF parsers, and computational linguistics where such parsers are the only option. They are used in a variety of software products including Web browsers, interpreters in computer devices, and data compression programs; and they are used extensively in linguistics.

书名
Parsing Techniques: A Practical Guide
译名
解析技术:实用指南
语言
英语
年份
1990
页数
320页
大小
1.34 MB
下载
pdf iconParsing Techniques: A Practical Guide.pdf
密码
65536

最后更新:2025-04-12 23:54:39

←Let's Build a Compiler: Compiler Building Tutorial

→An Introduction to Compilers