Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • 6. Write a visitor called ToString to compute a Scheme-like String representation of the list. (See ListString visitor done in lab 09). Package it in funlist.visitor . Write stub code only and make sure that everything compiles.
    1. Now write a JUnit test class called TestToString to test ToString . Package it in the test subdirectory as done in the above step 5. Make sure it compiles.
    2. Incrementally write ToString and incrementally test it until all the test code pass.

Access Permissions: (Please don't edit)

  • Set ALLOWTOPICCHANGE = Main.TeachersComp211Group

...