mirror of
https://github.com/JonathanFleischmann/CompilerULTIMATE.git
synced 2024-12-28 01:38:03 +00:00
Fix numbers in variable names
This commit is contained in:
parent
3ca5a1a6be
commit
8d58ac0a08
@ -88,6 +88,6 @@ CHAR : 'char';
|
||||
|
||||
BOOLEANLITERAL : 'true' | 'false' ;
|
||||
CHARLITERAL : ['][a-zA-Z]['];
|
||||
IDENTIFIER : [a-zA-Z]+;
|
||||
IDENTIFIER : ([a-zA-Z]+[0-9]*)+;
|
||||
NUMBER : [0-9]+;
|
||||
WS : [ \t\r\n] -> skip;
|
||||
|
Loading…
Reference in New Issue
Block a user