javacc-7.0.4.examples.JavaGrammars.1.5.README Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of javacc Show documentation
Show all versions of javacc Show documentation
JavaCC modified by Tencent blueking.
The newest version!
This directory contains the JavaCC grammar for parsing (the proposed)
JDK 1.5 Java language syntax. It handles generics, new for loops, static
imports and annotation types.
BUILDING
--------
Just run
ant
in this directory and it will build the parser.
RUNNING
-------
You can run the parser directly using
java JavaParser
or there is a new Main class that accepts @ where the
file with contains list of files one per line:
java Main @
REPORTING BUGS
--------------
If you find bugs in the grammar, please file an issue at
javacc.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:
[email protected].