clean toLLVM
This commit is contained in:
@@ -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)+
|
||||
;
|
||||
|
||||
Reference in New Issue
Block a user