clean toLLVM

This commit is contained in:
trochas
2025-04-07 18:14:45 +02:00
parent afe1a49279
commit e78c531c56
3 changed files with 16 additions and 42 deletions

View File

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