Seprate syntactic grammar started

This commit is contained in:
Mandeep Moun
2025-09-25 23:06:20 -06:00
parent 184793f0e2
commit 107c519f02
6 changed files with 132 additions and 8 deletions

View File

@@ -238,7 +238,7 @@ UnsighnedRightShiftAssign: '>>>=';
//IDENTIFIERS -------------------------------------------------------------------------------------------------------------------------------------------
Identifier: JavaLetter JavaLetterOrDigit;
IDENTIFIER: JavaLetter JavaLetterOrDigit;
fragment JavaLetter:
[a-zA-Z_$];