From 8aca978c93c9b8ae6ea2e76be20a05d7c014b9e6 Mon Sep 17 00:00:00 2001 From: LiAlH4 Date: Sat, 26 Jul 2025 22:08:58 +0800 Subject: [PATCH] [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 --- docs/编译原理/NJU-Compilers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/编译原理/NJU-Compilers.md b/docs/编译原理/NJU-Compilers.md index e642dca6..a79b1f6a 100644 --- a/docs/编译原理/NJU-Compilers.md +++ b/docs/编译原理/NJU-Compilers.md @@ -33,7 +33,7 @@ ANTLR 4 是 LL 解析器生成器,比起 LR 和 LALR 解析器生成器,它 ## 课程资源 - 课程网站: -- 课程视频: +- 课程视频: - 课程教材:龙书等 - 课程作业:10 个书面作业 + 8 ~ 10 个编程作业带你实现一个编译器