We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3382cad commit 43bf3d7Copy full SHA for 43bf3d7
1 file changed
src/syntax-intro.md
@@ -2,7 +2,8 @@
2
3
Working directly with source code is very inconvenient and error-prone.
4
Thus, before we do anything else, we convert raw source code into an
5
-[Abstract Syntax Tree (AST)][AST]. It turns out that doing this involves a lot of work,
+[Abstract Syntax Tree (AST)][AST].
6
+It turns out that doing this involves a lot of work,
7
including [lexing, parsing], [macro expansion], [name resolution], conditional
8
compilation, [feature-gate checking], and [validation] of the [AST].
9
In this chapter, we take a look at all of these steps.
0 commit comments