From 51d6890cd1cbe924215606ac16c022a96ffbfbe2 Mon Sep 17 00:00:00 2001 From: Umakant Vashishtha <41837826+umakantv@users.noreply.github.com> Date: Tue, 23 Jan 2024 23:23:26 +0530 Subject: [PATCH] Fix typo in architecture.md --- docs/architecture.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/architecture.md b/docs/architecture.md index f69fd99..a3cccdb 100644 --- a/docs/architecture.md +++ b/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. If you wish, you can call a parser without a renderer and convert the token stream -intox an AST. +into an AST. More details about tokens: