Skip to content

Commit

Permalink
Update 实验细节与要求.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gpzlx1 authored Sep 18, 2023
1 parent c4ba88e commit 896cbc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/lab1/实验细节与要求.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Cminus 是 C 语言的一个子集,该语言的语法在《编译原理与实
+ - * / < <= > >= == != = ; , ( ) [ ] { } /* */
```
3. 标识符 ID 和整数 NUM,通过下列正则表达式定义:
3. 标识符 ID 和数值,通过下列正则表达式定义:
```c
letter = a|...|z|A|...|Z
Expand Down

0 comments on commit 896cbc3

Please sign in to comment.