Complete Checkpoint (200pts): tests.scm!
Your final task in Part III 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 III, make sure you submit using OK to receive full credit for the checkpoint.
python ok --submit
Congratulations! Your Scheme interpreter implementation is now complete!