Table of contents for Demeter/Java directories ============================================== The important program files are of the form *.cd and *.beh Brief explanation of the files which are Demeter/Java generated ASCII_CharStream.java For parsing with Java Compiler Compiler (JavaCC). Java(TM) Compiler Compiler(TM) Makefile Warning: may be modified by you. Used for generation and compilation. ParseError.java For parsing with JavaCC. Parser.java The output from JavaCC. ParserConstants.java For parsing with JavaCC. ParserTokenManager.java For parsing with JavaCC. Output from JavaCC. Token.java For parsing with JavaCC. class-graph.jack The input to JavaCC. Generated from class dictionary. X.java where X.beh is a file in the directory. The Java class definitions corresponding to X.cd and X.beh. The default input file is X.input Jack is a parser generator: www.suntest.com/JavaCC/ old: http://www.suntest.com/Jack/