《編譯原理》閱讀筆記:p4-p17

codists發表於2024-05-09

《編譯原理》學習第 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)

相關文章