mirror of
https://github.com/PKUFlyingPig/cs-self-learning.git
synced 2026-06-25 10:56:55 +08:00
Fix Indentation
This commit is contained in:
parent
f1cb16cc38
commit
dbbbbfc67e
2 changed files with 16 additions and 16 deletions
|
|
@ -19,11 +19,11 @@ In this course, you will learn how to use frameworks such as `flexc++`, `Bisonc+
|
||||||
- Framework Code: See GitHub
|
- Framework Code: See GitHub
|
||||||
- Course Textbook: "Tiger Book" (Modern Compiler Implementation in C)
|
- Course Textbook: "Tiger Book" (Modern Compiler Implementation in C)
|
||||||
- 2 Quizzes + 6 Labs
|
- 2 Quizzes + 6 Labs
|
||||||
- Lab 1: Straight-line Program Interpreter
|
- Lab 1: Straight-line Program Interpreter
|
||||||
- Lab 2: Lexical Analysis
|
- Lab 2: Lexical Analysis
|
||||||
- Lab 3: Parsing
|
- Lab 3: Parsing
|
||||||
- Lab 4: Type Checking
|
- Lab 4: Type Checking
|
||||||
- Lab 5:
|
- Lab 5
|
||||||
- Part 1: Escape Analysis and Translation
|
- Part 1: Escape Analysis and Translation
|
||||||
- Part 2: Tiger Compiler without Register Allocation
|
- Part 2: Tiger Compiler without Register Allocation
|
||||||
- Lab 6: Register Allocation
|
- Lab 6: Register Allocation
|
||||||
|
|
@ -23,11 +23,11 @@
|
||||||
- 框架代码:参见 GitHub
|
- 框架代码:参见 GitHub
|
||||||
- 课程教材:虎书(Modern Compiler Implementation in C)
|
- 课程教材:虎书(Modern Compiler Implementation in C)
|
||||||
- 2 次Quiz + 6 个Lab
|
- 2 次Quiz + 6 个Lab
|
||||||
- Lab 1: Straight-line Program Interpreter
|
- Lab 1: Straight-line Program Interpreter
|
||||||
- Lab 2: Lexical Analysis
|
- Lab 2: Lexical Analysis
|
||||||
- Lab 3: Parsing
|
- Lab 3: Parsing
|
||||||
- Lab 4: Type Checking
|
- Lab 4: Type Checking
|
||||||
- Lab 5
|
- Lab 5
|
||||||
- Part 1: Escape Analysis and Translation
|
- Part 1: Escape Analysis and Translation
|
||||||
- Part 2: Tiger Compiler without register allocation
|
- Part 2: Tiger Compiler without register allocation
|
||||||
- Lab 6: Register Allocation
|
- Lab 6: Register Allocation
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue