
     _________________________________________________________________
   
   [CUP Logo Image]
     _________________________________________________________________
   
                         CUP Parser Generator for Java
                                       
  Scott E. Hudson
  
   Modified by Frank Flannery, C. Scott Ananian, Dan Wang with advice
   from Andrew W. Appel
   Currently maintained by C. Scott Ananian
   (cananian@alumni.princeton.edu).
   July 1999 (v0.10j)
     _________________________________________________________________
   
  User Manual
  
  Copyright Notice, License, and Disclaimer
  
  Source code (CUP 0.10j) (compressed tar) (ZIP archive)
  
  Change log for current version
  
  Known issues with current release (updated 24-Jul-1999)
  
   [CUP 0.10j requires JDK 1.1 or greater.]
   
   CUP 0.10k beta 2 (compressed tar) (posted 8-Sep-1999)
     _________________________________________________________________
   
   NEW! CUP Grammar for the Java Programming language. (compressed tar)
   (ZIP archive)
   UPDATED: Fixed lexer Float/Double bug [14-Jul-1998]. See README for
   details.
   UPDATED: Fixed class literal omission, unicode escape parsing
   [10-Feb-1999]. See README for details.
   UPDATED: Updated to Java 1.2; fixed lexer bugs with funny octal
   escapes and large integer constants [11-Feb-1999]. See README for
   details.
   UPDATED: Fixed position reporting buglet [13-Sep-1999]. See README for
   details.
   UPDATED: Fixed another position reporting buglet [27-Oct-1999]. See
   README for details.
     _________________________________________________________________
   
   NEW! CUP/JLex interoperability example. (compressed tar) (ZIP archive)
     _________________________________________________________________
   
   A mailing list has been set up for announcements of new CUP/JLex
   releases. To subscribe, send mail to majordomo@cs.princeton.edu with
   "subscribe jtools" in the body of the message. 
     _________________________________________________________________
   
    Archive of obsolete versions:
    
   Previous version: CUP 0.10i (February 1999)
   Previous version: CUP 0.10h (February 1999)
   Previous version: CUP 0.10g (March 1998)
   Previous version: CUP 0.10f (December 1997) [Manual]
   Previous version: CUP 0.10e (September 1997) (last version that worked
   with JDK 1.0)
   Previous version: CUP 0.10d (September 1997)
   Previous version: CUP 0.10c (July 1997)
   Previous version: CUP 0.10b (November 1996)
   Previous version: CUP 0.10a (August 1996) [Manual]
   Previous version: CUP 0.9e (March 1996) [Manual]
     _________________________________________________________________
   
  CUP Parser Generator Copyright Notice, License, and Disclaimer
  
   Copyright 1996-1999 by Scott Hudson, Frank Flannery, C. Scott Ananian
   
   Permission to use, copy, modify, and distribute this software and its
   documentation for any purpose and without fee is hereby granted,
   provided that the above copyright notice appear in all copies and that
   both the copyright notice and this permission notice and warranty
   disclaimer appear in supporting documentation, and that the names of
   the authors or their employers not be used in advertising or publicity
   pertaining to distribution of the software without specific, written
   prior permission.
   
   The authors and their employers disclaim all warranties with regard to
   this software, including all implied warranties of merchantability and
   fitness. In no event shall the authors or their employers be liable
   for any special, indirect or consequential damages or any damages
   whatsoever resulting from loss of use, data or profits, whether in an
   action of contract, negligence or other tortious action, arising out
   of or in connection with the use or performance of this software.
