read.me
来自「cocorj09-一个Java语言分析器」· ME 代码 · 共 18 行
ME
18 行
This directory contains an attribute grammar for a simple Coco/R for
Java application that will parse and explain C declarations.
To run this application you should
(a) Copy the frame files from the Frames subdirectory to a working directory
(b) Copy the source (.java) files from this directory to the working directory
(c) Copy the attributed grammar (Decl.ATG) to the working directory
and make the modifications there, and not in this original directory!
The Scanner.frame file and the other .java files assume that you are using
Java 1.1/1.2. If you are using Java 1.0 you will need to edit these files to
use other stream classes. The lines that need to be changed are clearly
marked.
=end=
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?