Where can I get the BNF-style Java 1.8 grammar that JavaParser is actually using to parse Java code?
There's a java_1_8.jj
file in JavaParser's codebase automatically generated by javacc
, but no sight of the grammar file used to generate this .jj
file.