Skip to content

Commit 1636cfe

Browse files
committed
update
1 parent e7c3c09 commit 1636cfe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compilers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ var tokens = [...]string{
236236
1. 判断某个赋值操作是否可以执行, 赋值号两边的变量及数据类型是否匹配
237237
2. 运算规则是否符合语法规则
238238
3. 语句优先级
239-
……
239+
4. ……
240240

241241
在这个阶段可以直接翻译成目标代码, 或者生成诸如语法树之类的数据结构以便后续语义分析,优化等阶段利用。
242242

0 commit comments

Comments
 (0)