Top-Down compiler that generates a three address code
- To execute a while script pass the location of the script as a string to the execute function
- Example => execute "testcases/factorial.txt"
- 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