写点什么

《编译原理》阅读笔记:p4-p17

作者:codists
  • 2024-05-09
    美国
  • 本文字数:367 字

    阅读完需:约 1 分钟

《编译原理》学习第 2 天,p4-p17 总结,总计 14 页。

一、技术总结

1.structure of compiler

编译器组成包括:Lexical Analyzer -> Syntax Analazer -> Semantic tree -> Intermediate Code Generator -> Machine-Independent Code Optimizer -> Code Generator -> Machine-Dependent Code Optimizer。


这里只需要有一个大概了解即可,后续的章节会详细介绍每一部分。

二、其它

如果想要了解各语言使用情况,可以参考 TIOBE Index:https://www.tiobe.com/tiobe-index/

四、参考资料

1. 编程

(1)Alfred V. Aho,Monica S. Lam,Ravi Sethi,Jeffrey D. Ullman,《编译原理(英文版·第 2 版)》:https://book.douban.com/subject/5416783/

2. 英语

(1)Etymology Dictionary:https://www.etymonline.com


(2) Cambridge Dictionary:https://dictionary.cambridge.org


欢迎搜索及关注:编程人(a_codists)

用户头像

codists

关注

公众号:编程人 2021-01-14 加入

Life is short, You need Python

评论

发布
暂无评论
《编译原理》阅读笔记:p4-p17_编译原理_codists_InfoQ写作社区