readme

来自「Javacc 一个用来生成代码的脚本语言」· 代码 · 共 35 行

TXT
35
字号
This directory contains the JavaCC grammar for parsing (the proposed)JDK 1.5 Java language syntax. It handles generics, new for loops, staticimports and annotation types.BUILDING--------Just run   antin this directory and it will build the parser.RUNNING-------You can run the parser directly using   java JavaParser <fileName>or there is a new Main class that accepts @<fileName> where thefile with <fileName> contains list of files one per line:   java Main @<fileName>REPORTING BUGS--------------If you find bugs in the grammar, please file an issue atjavacc.dev.java.net, by logging in and clicking on the 'Issue Tracking'link on the navigation bar on the left side. You can also send email to:sreeni@viswanadha.net.

⌨️ 快捷键说明

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