关于Compiler Design Tutorial Pro
专为有兴趣学习编译器基本原理的学生而设计。
A compiler translates the code written in one language to some other language without changing the meaning of the program. It is also expected that a compiler should make the target code efficient and optimized in terms of time and space.
Compiler design principles provide an in-depth view of translation and optimization process. Compiler design covers basic translation mechanism and error detection & recovery. It includes lexical, syntax, and semantic analysis as front end, and code generation and optimization as back-end.
最新版本2.0更新日志
Last updated on 2019年06月27日
此版本包含小幅错误修复和常规改进。请更新至最新版本,以获得更佳体验。










