补充课本链接

This commit is contained in:
若尘 2025-06-12 16:00:19 +08:00
parent 6d4024055a
commit c0b9642924
2 changed files with 4 additions and 4 deletions

View file

@ -16,8 +16,8 @@ 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: <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)
- Framework Code: <https://ipads.se.sjtu.edu.cn:2020/compilers-2024/compilers-2024> (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)<https://ipads.se.sjtu.edu.cn/courses/compilers/textbook/TigerBook-English.pdf>
- 2 Quizzes + 6 Labs
- Lab 1: Straight-line Program Interpreter
- Lab 2: Lexical Analysis

View file

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