Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
2
2022fall-Compiler_CMinus
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
李晓奇
2022fall-Compiler_CMinus
Commits
32c72518
Commit
32c72518
authored
Sep 11, 2022
by
陈清源
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update Doc
parent
922e70b6
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
7 deletions
+10
-7
Documentations/1-parser/README.md
Documentations/1-parser/README.md
+9
-6
README.md
README.md
+1
-1
No files found.
Documentations/1-parser/README.md
View file @
32c72518
...
...
@@ -157,7 +157,7 @@ int main(void) {
*
编译
```
sh
$
cd
202
1
fall-Compiler_CMinus
$
cd
202
2
fall-Compiler_CMinus
$
mkdir
build
$
cd
build
$
cmake ..
...
...
@@ -171,7 +171,7 @@ int main(void) {
*
运行
```
sh
$
cd
202
1
fall-Compiler_CMinus
$
cd
202
2
fall-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
202
1
fall-Compiler_CMinus
$
cd
202
2
fall-Compiler_CMinus
$
export
PATH
=
"
$(
realpath
./build
)
:
$PATH
"
$
cd
tests/parser
$
mkdir
output.easy
...
...
@@ -234,15 +234,18 @@ int main(void) {
*
不上传临时文件(凡是可以自动生成的都不要上传,如
`build`
目录、测试时自动生成的输出、
`.DS_Store`
等)
*
git log 言之有物
*
提交方式:
*
希冀平台在线提交:在希冀课程平台上发布实验处提交自己仓库的 gitlab 链接,可以得到实时反馈的测试结果。
*
迟交规定
*
Soft Deadline:202
1-10-03
23:59:59 (UTC+8)
*
Soft Deadline:202
2-09-28
23:59:59 (UTC+8)
*
Hard Deadline:202
1-10-10
23:59:59 (UTC+8)
*
Hard Deadline:202
2-10-05
23:59:59 (UTC+8)
*
补交请邮件提醒 TA:
* 邮箱:`
ksqsf@mail.ustc.edu.cn` 抄送 `gpzlx1@mail.ustc.edu.cn` 抄送 `xzwj
@mail.ustc.edu.cn`
* 邮箱:`
zhenghy22@mail.ustc.edu.cn` 抄送 `chen16614
@mail.ustc.edu.cn`
* 邮件主题:lab1迟交-学号
* 内容:迟交原因、最后版本commitID、迟交时间
...
...
README.md
View file @
32c72518
...
...
@@ -5,7 +5,7 @@
## 目前已布置的实验
*
[
lab1
](
./Documentations/1-parser/
)
+
DDL:202
1-10-03
23:59:59 (UTC+8)
+
DDL:202
2-09-28
23:59:59 (UTC+8)
## FAQ: How to merge upstream remote branches
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment