Fix Indentation

This commit is contained in:
SJTU 2025-03-31 21:00:05 +08:00
parent f1cb16cc38
commit dbbbbfc67e
2 changed files with 16 additions and 16 deletions

View file

@ -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

View file

@ -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