From 6d4024055a82d8309cb23b72a8117a97cc67f273 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8B=A5=E5=B0=98?= <13803506661@163.com> Date: Thu, 12 Jun 2025 15:52:00 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A1=A5=E5=85=85=E8=AF=BE=E7=A8=8B=E4=BB=A3?= =?UTF-8?q?=E7=A0=81=E4=BB=93=E5=BA=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/编译原理/SJTU-Compilers.en.md | 2 +- docs/编译原理/SJTU-Compilers.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/编译原理/SJTU-Compilers.en.md b/docs/编译原理/SJTU-Compilers.en.md index 804bb113..2a9b7ea5 100644 --- a/docs/编译原理/SJTU-Compilers.en.md +++ b/docs/编译原理/SJTU-Compilers.en.md @@ -16,7 +16,7 @@ In this course, you will learn how to use frameworks such as `flexc++`, `Bisonc+ - Course Website: - Slides: See the course website -- Framework Code: See GitHub +- Framework Code: (If unable to access, you can use other similar and maintained repositories, such as ) - Course Textbook: "Tiger Book" (Modern Compiler Implementation in C) - 2 Quizzes + 6 Labs - Lab 1: Straight-line Program Interpreter diff --git a/docs/编译原理/SJTU-Compilers.md b/docs/编译原理/SJTU-Compilers.md index 0706c67c..cc56d4a0 100644 --- a/docs/编译原理/SJTU-Compilers.md +++ b/docs/编译原理/SJTU-Compilers.md @@ -20,7 +20,7 @@ - 课程网站: - 课件:参见课程网站 -- 框架代码:参见 GitHub +- 框架代码:(无法打开可以使用其他相同且正在维护的仓库,例如) - 课程教材:虎书(Modern Compiler Implementation in C) - 2 次Quiz + 6 个Lab - Lab 1: Straight-line Program Interpreter