From ce13723624b6a8974ca7184c7510b5563919822e Mon Sep 17 00:00:00 2001 From: "Kai Ma [TA]" Date: Wed, 22 Sep 2021 23:30:18 +0800 Subject: [PATCH] [lab1] fix doc --- Documentations/1-parser/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentations/1-parser/README.md b/Documentations/1-parser/README.md index c078e43..8b2ae58 100644 --- a/Documentations/1-parser/README.md +++ b/Documentations/1-parser/README.md @@ -171,7 +171,7 @@ int main(void) { * 运行 ```sh - $ cd 2020fall-Compiler_CMinus + $ cd 2021fall-Compiler_CMinus # 词法测试 $ ./build/lexer ./tests/parser/normal/local-decl.cminus Token Text Line Column (Start,End) @@ -193,7 +193,7 @@ int main(void) { 可以使用 `diff` 与标准输出进行比较。 ```sh - $ cd 2020fall-Compiler_CMinus + $ cd 2021fall-Compiler_CMinus $ export PATH="$(realpath ./build):$PATH" $ cd tests/parser $ mkdir output.easy -- GitLab