This commit is contained in:
Vu Tuan Minh
2025-04-01 17:29:09 +02:00
parent cde7a34c7d
commit 2a901e4a37
5 changed files with 33 additions and 33 deletions

View File

@@ -44,7 +44,7 @@ PRINT : 'PRINT'
;
RETURN: 'RETURN'
;
TEXT : '"' (ASCII)+ '"' {getText().substring(1,getText().length()-1)}
TEXT : '"' (ASCII)+ '"' {getText().substring(1,getText().length()-1);}
;
NUMBER : (DIGIT)+
;