From d19eecab95e29e48e4c41298e78123297981a4f2 Mon Sep 17 00:00:00 2001 From: Vineet Bakshi <30375399+vineetb95@users.noreply.github.com> Date: Thu, 21 Apr 2022 16:05:13 +0530 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index dafbbc9..7b02854 100644 --- a/README.md +++ b/README.md @@ -7,3 +7,6 @@ Top-Down compiler that generates a three address code. * The interpreter waits on encountering a read command, for the user to provide the input * To provide input on the terminal write the input and press enter * On encountering errors like Overflow error, etc. please try running the program again after correcting your while script + + +testing