Rename tool-testsuite/test/org.antlr.v4.test.tool.Java-LR.g4 to

JavaLR.g4
This commit is contained in:
nttdatahenriksorensen 2015-08-14 16:52:09 -07:00
parent ad6a1bda3f
commit c158777c60
1 changed files with 1 additions and 1 deletions

View File

@ -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