From 5713f72730a761a8f1642fe1eb0815dc759496a8 Mon Sep 17 00:00:00 2001 From: Naman195 <72151532+Naman195@users.noreply.github.com> Date: Thu, 1 Oct 2020 13:55:59 +0530 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d7e1a9c..563738a 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ The interpreter is really straightforward. It starts from the top of the parse t * `// line comment` * `/* block comment */` -## Sample Output +## Sample Output an amazing project. You start the interpreter by specifying the file containing the code. Once the file is opened and mapped into memory, the lexer starts. The tokens will be written to standard output as they appear in the file, in alternating colours (green and yellow), so that you can clearly see where each token starts and ends.