From ce49d20a5fe3726e1800bc495a25c7617212abf4 Mon Sep 17 00:00:00 2001 From: Emanuele Grasso <96300448+L0P0P@users.noreply.github.com> Date: Sun, 14 Jul 2024 18:48:09 +0200 Subject: Reaching definition analysis (#17) Co-authored-by: Santo Cariotti Co-authored-by: geno Co-authored-by: geno --- src/parser/Python3Lexer.g4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/parser/Python3Lexer.g4') 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'); -- cgit v1.2.3-18-g5258