Re: Grammar for Java 1.6?



On 21 Feb 2007 05:46:29 -0800, "Victor Rafael Rivarola (FANÁTICO y
LOCO por Cristo)" <vrrivaro@xxxxxxxxx> wrote:

I am looking for a Java 1.6 grammar file, any type, that I could use
in the writting of my own java compiler-like tool.

I have only found BNFs for Java 1.0, and bison/flex like tools that
work if you provide it a grammar file, which is exactly what I am
trying to find.

Thanks,

1.5 has significant language changes; don't think there were
language changes in 1.6. Try
https://javacc.dev.java.net/files/documents/17/3131/Java1.5.zip
.