This directory contains the CUP v0.10b release in source form.  You should
find the following files and subdirectories in this release:

  README            This file.
  update            A brief overvie of the changes in v0.10b
  java_cup          A subdirectory containing CUP, runtime, and test sources.
  cup_logo.gif      A logo image used by the manual.
  manual.html       A user's manual in HTML format.
  INSTALL           A shell script to install and test the system

To install the release, copy the contents of this directory (if you
haven't done so already) into a "classes" directory accessible to the
java interpreter (i.e., a directory that is listed in the colon
separated list of directories in your CLASSPATH environment variable).
Note: if you have an older version of the system already accessible
from your CLASSPATH you will want to temporarily remove it to avoid
conflicts.

Once files have been copied to an appropriate location, you should be able to
both compile and test the system by executing the INSTALL shell script
(sorry, but non Unix users are still on their own).  Again, be sure that 
you have placed these sources in a directory listed in your CLASSPATH 
environment variable (or changed your CLASSPATH to include this directory).  

A manual page that explains the operation and use of the system can be found
in manual.html and from the CUP home page mentioned below.

This is an alpha-test release of the CUP system and is designed to run 
under the JDK Java compiler.  Bug reports regarding the installation 
process or the system as a whole can be sent to java-cup@cc.gatech.edu.

The CUP home page where the latest information regarding CUP can be found 
(e.g., new releases) is:

  http://www.cc.gatech.edu/gvu/people/Faculty/hudson/java_cup/home.html

Enjoy,

Scott Hudson
Graphics, Visualization, and Usability Center 
Georgia Institute of Technology
	 
Last updated: 11/16/96 [DW]

