深入淺出教你寫編譯器(Compiler)
(by Dukeland)
本書內容取材自 Dukeland ,是一位香港 IT 人西杰所撰寫的;然而因為網路上版本眾多,且原網站已經關閉,以下連結皆已遺失 (目前改為連結 web.archive.org 的留存版本) ,故重新製作本書已留存。
- http://dukeland.hk/2012/03/26/a-simple-tutorial-of-writing-a-compiler-part-1-introduction/
- http://dukeland.hk/2012/03/29/a-simple-tutorial-of-writing-a-compiler-part-2-scanner-lexical-analysis-section-1/
- http://dukeland.hk/2012/03/30/a-simple-tutorial-of-writing-a-compiler-part-2-scanner-lexical-analysis-section-2/
- http://dukeland.hk/2012/04/05/a-simple-tutorial-of-writing-a-compiler-part-3-parser-syntactic-analysis-section-1/
- http://dukeland.hk/2012/04/06/a-simple-tutorial-of-writing-a-compiler-part-3-parser-syntactic-analysis-section-2/
- http://dukeland.hk/2012/04/12/a-simple-tutorial-of-writing-a-compiler-part-3-parser-syntactic-analysis-section-3/
- http://dukeland.hk/2012/04/19/a-simple-tutorial-of-writing-a-compiler-part-4-semantic-analysis/
- http://dukeland.hk/2012/04/26/a-simple-tutorial-of-writing-a-compiler-part-5-virtual-machine/
- http://dukeland.hk/2012/05/03/a-simple-tutorial-of-writing-a-compiler-part-6-compiler-code-generation-section-1/
- http://dukeland.hk/2012/05/10/a-simple-tutorial-of-writing-a-compiler-part-6-compiler-code-generation-section-2/
- http://dukeland.hk/2012/05/17/a-simple-tutorial-of-writing-a-compiler-part-7-optimizer-optimization/