read.me

来自「cocorj09-一个Java语言分析器」· ME 代码 · 共 18 行

ME
18
字号
This directory contains the standard Parser.frame and Scanner.frame frame
files for use with Coco/R for Java, as well as a minimal driver class.

Copy these to your application directory (the one in which you have the
attributed grammar .ATG file).

Modify Comp.java to suit your application.  In particular, change the name in
the "package" declaration.

The Scanner.frame file assumes that you are using Java 1.1/1.2.  If you are
using Java 1.0 you will need to edit Scanner.frame to use other stream
classes.  The lines that need to be changed are clearly marked.

Other examples of Comp.java files can be found in the other subdirectories in
this distribution.

=end=

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?