From c93a2e484f1d442b797dfc7658e5819d0e418935 Mon Sep 17 00:00:00 2001 From: Umakant Vashishtha <41837826+umakantv@users.noreply.github.com> Date: Tue, 23 Jan 2024 23:21:52 +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 a96516c..f69fd99 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 -intoto an AST. +intox an AST. More details about tokens: