Complete Checkpoint (200pts)

Your final task in Part 3 of this project is to make sure that your scheme interpreter passes the additional suite of tests we have provided.

To run these tests, run the command:

$ python ok -q tests.scm

Make sure to remove your debugging print to pass the test.


Once you have completed Part 3, make sure you receive full credit before writing code for phase 4.

$ python ok --submit

Congratulations! Your Scheme interpreter implementation is now complete!