Umakant Vashishtha
1 year ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
docs/architecture.md
|
@ -62,7 +62,7 @@ In total, a token stream is: |
|
|
|
|
|
|
|
|
Why not an AST? It's not needed for our tasks. We follow the KISS principle. |
|
|
Why not an AST? It's not needed for our tasks. We follow the KISS principle. |
|
|
If you wish, you can call a parser without a renderer and convert the token stream |
|
|
If you wish, you can call a parser without a renderer and convert the token stream |
|
|
intoto an AST. |
|
|
into an AST. |
|
|
|
|
|
|
|
|
More details about tokens: |
|
|
More details about tokens: |
|
|
|
|
|
|
|
|