1 / 3

編譯器課程簡介

編譯器課程簡介. 許智舜 cshsu@cc.shu.edu.tw Tel:(02)22368225 ext. 3351. 課程目標與要求. 目標:使學生瞭解編譯器的設計原理與技巧,並能實際撰寫出簡單的編譯器。 成績評定:期中考 (30%) 、期末考 (30%) 、出席 (15%) 、作業 (10%) 、編譯器專案 (15%) 。 先修課程:程式設計、資料結構、離散數學 教科書:

Télécharger la présentation

編譯器課程簡介

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. 編譯器課程簡介 許智舜 cshsu@cc.shu.edu.tw Tel:(02)22368225 ext. 3351

  2. 課程目標與要求 • 目標:使學生瞭解編譯器的設計原理與技巧,並能實際撰寫出簡單的編譯器。 • 成績評定:期中考(30%)、期末考(30%)、出席(15%)、作業(10%)、編譯器專案(15%)。 • 先修課程:程式設計、資料結構、離散數學 • 教科書: • Alfred V. Aho, Monica S. Lam, Ravi Sethi, and Jeffrey D. Ullman “Compilers: Principles, Techniques, and Tools”, 2nd edition, 2007, Addision Wesley • 林邦傑編著,編譯器實作使用C,松崗電腦圖書,2007年5 月

  3. 課程大綱 • Introduction • A simple syntax-directed translator • Lexical analysis • Syntax analysis • Syntax-directed translation • Intermediate code generation • 編譯器設計 • NASM組合語言 • 簡單的建碼程式 • flex使用 • Bison使用

More Related