All Downloads are FREE. Search and download functionalities are using the official Maven repository.

javacc-7.0.4.examples.JavaGrammars.1.5.README Maven / Gradle / Ivy

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].




© 2015 - 2024 Weber Informatics LLC | Privacy Policy