Skip to content
This repository was archived by the owner on Aug 7, 2024. It is now read-only.

Commit c4f9f37

Browse files
suicamysteryven
authored andcommitted
docs: polish
1 parent 9caa260 commit c4f9f37

File tree

1 file changed

+1
-1
lines changed
  • i18n/zh/docusaurus-plugin-content-docs/current

1 file changed

+1
-1
lines changed

i18n/zh/docusaurus-plugin-content-docs/current/parser.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ id: parser
33
title: 解析器 (Parser)
44
---
55

6-
我们将要构建的解析器称为[递归下降解析器](https://en.wikipedia.org/wiki/Recursive_descent_parser),它是一个手动过程,按照语法逐步构建AST
6+
我们将要构建的解析器称为[递归下降解析器](https://en.wikipedia.org/wiki/Recursive_descent_parser),它是一个手动过程,顺着语法逐步构建AST
77

88
解析器起初很简单,它持有源代码、词法分析器和从词法分析器中获取的当前 token。
99

0 commit comments

Comments
 (0)