Add multiline comments
This commit is contained in:
@@ -67,6 +67,7 @@ outputStmt
|
||||
|
||||
NEWLINE: '\n' -> skip;
|
||||
COMMENT: '//' ~[\r\n]* '\r'? '\n'? -> channel(HIDDEN);
|
||||
ML_COMMENT: '/*' .*? '*/' ->channel(HIDDEN);
|
||||
WS: [ \r\n] -> skip;
|
||||
DEF: '#';
|
||||
LOOPSTART: '[';
|
||||
|
@@ -1,4 +1,5 @@
|
||||
//should print AAA
|
||||
/* This is a big comment :DDDDD */
|
||||
(+65>)3
|
||||
<<<
|
||||
(.>)3
|
Reference in New Issue
Block a user