pre-pa1 distribution
--------------------

This is a template for PA1.  You are *not* required to use any part of it in
your implementation.


What's Included
-------------------

\src:  source files
    makefile:  Input file for GNU make utility.  Assumes use of JLex, and that
               JLex is in your classpath.  To use make, you'll have to make
               sure it's in your path.
               Usage: make
    test.bat:  Very simple test script for easily running tests from this 
               directory.
               Usage (e.g.):  test hello.im
    \Iota:  contains package Iota
        *.java: Java source files for lexer
        Lexer: JLex input file
\test: a sampling of test cases to get you thinking

