Lexical Analysis and Parsing using C++

Lexical Analysis and Parsing using C++

简介:

这本新的扩展教科书描述了现代编译器的所有阶段: 词法分析,解析,抽象语法,语义动作,中间表示,通过树匹配进行指令选择,数据流分析,图着色寄存器分配和运行时系统。它很好地涵盖了代码生成和寄存器分配中的当前技术,以及大多数书籍中缺少的功能和面向对象语言。

一个独特的功能是C中的实际实现项目。

英文简介:

This new, expanded textbook describes all phases of a modern compiler: lexical analysis, parsing, abstract syntax, semantic actions, intermediate representations, instruction selection via tree matching, dataflow analysis, graph-coloring register allocation, and runtime systems. It includes good coverage of current techniques in code generation and register allocation, as well as functional and object-oriented languages, that are missing from most books.

A unique feature is a practical implementation project in C++.

书名
Lexical Analysis and Parsing using C++
译名
使用 C++ 进行词法分析和解析
语言
英语
年份
2002
页数
390页
大小
663.27 kB
标签
  • C++
  • 编译器
  • 下载
    pdf iconLexical Analysis and Parsing using C++.pdf
    密码
    65536

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

    ←Art Gallery Theorems and Algorithms

    →C++ Succinctly: C++ for C# Developers