《编译原理》学习第 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)