diff options
Diffstat (limited to 'src/parser/Python3Lexer.g4')
-rw-r--r-- | src/parser/Python3Lexer.g4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/parser/Python3Lexer.g4 b/src/parser/Python3Lexer.g4 index 8d53301..182f3ef 100644 --- a/src/parser/Python3Lexer.g4 +++ b/src/parser/Python3Lexer.g4 @@ -128,4 +128,4 @@ fragment SPACES: [ \t]+; fragment COMMENT: '#' ~[\r\n\f]*; -fragment LINE_JOINING: '\\' SPACES? ( '\r'? '\n' | '\r' | '\f');
\ No newline at end of file +fragment LINE_JOINING: '\\' SPACES? ( '\r'? '\n' | '\r' | '\f'); |