Rename tool-testsuite/test/org.antlr.v4.test.tool.Java-LR.g4 to
JavaLR.g4
This commit is contained in:
parent
ad6a1bda3f
commit
c158777c60
|
@ -168,7 +168,7 @@
|
|||
* letter-or-digit is a character for which the method
|
||||
* Character.isJavaIdentifierPart(int) returns true."
|
||||
*/
|
||||
grammar Java;
|
||||
grammar JavaLR;
|
||||
|
||||
// starting point for parsing a java file
|
||||
/* The annotations are separated out to make parsing faster, but must be associated with
|
Loading…
Reference in New Issue