root-hbx / Compilers_Spring_2024

Compilers_Spring_2024 is a repo containing the notes and supplementary materials of "Compilers: Principles, Techniques, and Tools"

Home Page:http://docs.compilers.cpl.icu/#/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Compilers_Spring_2024

CS143 Compilers

Introduction

Compilers_Spring_2024 is a repo containing notes and analysis of Compilers

Design of the Course

  • 教材:Compilers: Principles, Techniques, and Tools (大名鼎鼎的“龙书”)
  • 内容:理论部分基本按照龙书节奏叙述。包括词法分析、语法分析、语义分析、运行时环境、寄存器分配、代码优化与生成等内容
  • 特点:选用了当下热门的 ANTLR (ANother Tool for Language Recognition) v4 编程语言解析生成工具辅助教学,能让使用者专心词法或者语法分析的设计

Outline

  • tutorial
    • the notes and analysis of the lectures
  • slide
    • the slide of each lecture
    • the supplementary papers

Supplementary Materials

About

Compilers_Spring_2024 is a repo containing the notes and supplementary materials of "Compilers: Principles, Techniques, and Tools"

http://docs.compilers.cpl.icu/#/