[FIX] Fix course video link of NJU Compilers (#775)

* [FIX] NJU Compilers course video link

bilibili video collection link schama may changed, original link will only show the collections overview instead of this collection

* [FIX] course video link in NJU-Compilers.en.md
This commit is contained in:
LiAlH4
2025-07-28 23:07:57 +08:00
committed by GitHub
parent 0e793039d8
commit 6162cd1b9c
2 changed files with 2 additions and 2 deletions

View File

@@ -27,7 +27,7 @@ The biggest takeaway is that there is no longer a sense of difficulty or uncerta
## Course Resources
- Course Website: <http://docs.compilers.cpl.icu/>
- Recordings: <https://space.bilibili.com/479141149/channel/collectiondetail?sid=2312309>
- Recordings: <https://space.bilibili.com/479141149/lists/2312309>
- Textbook: Compilers: Principles, Techniques and Tools (Dragon Book)
- Assignments: 10 written assignments + 8~10 programming labs

View File

@@ -33,7 +33,7 @@ ANTLR 4 是 LL 解析器生成器,比起 LR 和 LALR 解析器生成器,它
## 课程资源
- 课程网站:<http://docs.compilers.cpl.icu/>
- 课程视频:<https://space.bilibili.com/479141149/channel/collectiondetail?sid=2312309>
- 课程视频:<https://space.bilibili.com/479141149/lists/2312309>
- 课程教材:龙书等
- 课程作业10 个书面作业 + 8 ~ 10 个编程作业带你实现一个编译器