CSC362 2004S, Lab 5: Tokenizing with java.io.StreamTokenizer Admin: * Class may start a few minutes late tomorrow * Don't forget the talk today at 4:30! (Extra credit!) Observations: * Eliminates spaces, but not comments (at least as initially configured) [AG] * The documentation sucks. As a good programmer, I will write better documentation when I create my own similar classes [JR] * When you design a general-purpose tool, it should be general purpose. [AG/DH] * Designing a good general-purpose tool is hard [SR]