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 8408c1e commit a6df08aCopy full SHA for a6df08a
docs/components/compiler.rst
@@ -9,7 +9,7 @@ than a regular compiler. But its following the same semantics.
9
10
Lexing and Parsing
11
12
-A typical compiler will have separate lexing, syntax analisys. However the parser
+A typical compiler will have separate lexing, syntax analysis. However the parser
13
was designed to do part of the lexing because of all context dependend logic of most Markup languages.
14
We call this the parsing phase. This will result into an AST that is mostly close to the original source. It
15
might contain some optimizations for later use.
0 commit comments