补充课程代码仓库

This commit is contained in:
若尘 2025-06-12 15:52:00 +08:00
parent b097eece5f
commit 6d4024055a
2 changed files with 2 additions and 2 deletions

View file

@ -16,7 +16,7 @@ In this course, you will learn how to use frameworks such as `flexc++`, `Bisonc+
- Course Website: <https://ipads.se.sjtu.edu.cn/courses/compilers/index.shtml>
- Slides: See the course website
- Framework Code: See GitHub
- Framework Code: <https://ipads.se.sjtu.edu.cn:2020/compilers-2023/compilers-2023> (If unable to access, you can use other similar and maintained repositories, such as <https://gitee.com/east-china-normal-university_ttb_cs/tiger-compiler-25sp>)
- Course Textbook: "Tiger Book" (Modern Compiler Implementation in C)
- 2 Quizzes + 6 Labs
- Lab 1: Straight-line Program Interpreter

View file

@ -20,7 +20,7 @@
- 课程网站:<https://ipads.se.sjtu.edu.cn/courses/compilers/index.shtml>
- 课件:参见课程网站
- 框架代码:参见 GitHub
- 框架代码:<https://ipads.se.sjtu.edu.cn:2020/compilers-2023/compilers-2023>(无法打开可以使用其他相同且正在维护的仓库,例如<https://gitee.com/east-china-normal-university_ttb_cs/tiger-compiler-25sp>
- 课程教材虎书Modern Compiler Implementation in C
- 2 次Quiz + 6 个Lab
- Lab 1: Straight-line Program Interpreter