Commit ce137236 authored by Kai Ma's avatar Kai Ma

[lab1] fix doc

parent 41d4a2b8
...@@ -171,7 +171,7 @@ int main(void) { ...@@ -171,7 +171,7 @@ int main(void) {
* 运行 * 运行
```sh ```sh
$ cd 2020fall-Compiler_CMinus $ cd 2021fall-Compiler_CMinus
# 词法测试 # 词法测试
$ ./build/lexer ./tests/parser/normal/local-decl.cminus $ ./build/lexer ./tests/parser/normal/local-decl.cminus
Token Text Line Column (Start,End) Token Text Line Column (Start,End)
...@@ -193,7 +193,7 @@ int main(void) { ...@@ -193,7 +193,7 @@ int main(void) {
可以使用 `diff` 与标准输出进行比较。 可以使用 `diff` 与标准输出进行比较。
```sh ```sh
$ cd 2020fall-Compiler_CMinus $ cd 2021fall-Compiler_CMinus
$ export PATH="$(realpath ./build):$PATH" $ export PATH="$(realpath ./build):$PATH"
$ cd tests/parser $ cd tests/parser
$ mkdir output.easy $ mkdir output.easy
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment