This is a racket interpreter written in Python. This interpreter only deals with a small subset of the language at the moment. To run it, open interpreter.py(Use Python 2.7.13).
Some of the valid operations are given in Valid_inputs1.txt. Test cases are in Testcases.txt.