PARSER README
----------------------------------------------------------------------
$Id: README,v 1.4 2002/02/20 04:26:06 nfiedler Exp $

The j11.sablecc file is a SableCC grammar file used to generate a parser
capable of parsing a Java source file. You can get the latest copy of
SableCC from http://www.sablecc.org/

The j11-preprocessor.sablecc file is a SableCC grammar file used to
read source files that contain Unicode escapes (e.g. "\uXXXX"). This
is necessary since the j11.sablecc grammar does not deal with these
escapes, nor does SableCC itself.
