We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f71582 commit 463a760Copy full SHA for 463a760
tutorial/en/3-Lexer.md
@@ -18,7 +18,7 @@ Let's first look at the structure of a compiler:
18
```
19
20
The Compiler can be treated as a transformer that transform C source code into
21
-assembly. In this sense, lexer can parser are transformers as well: Lexer
+assembly. In this sense, lexer and parser are transformers as well: Lexer
22
takes C source code as input and output token stream; Parser will consume the
23
token stream and generate assembly code.
24
0 commit comments