File tree 2 files changed +1
-2
lines changed
2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -417,7 +417,7 @@ fragment EXPONENT : ('e' | 'E') ('+' | '-')? DIGIT_PART;
417
417
// https://docs.python.org/3.13/reference/lexical_analysis.html#imaginary-literals
418
418
fragment IMAG_NUMBER : (FLOAT_NUMBER | DIGIT_PART) ('j' | 'J');
419
419
420
- // https://github.com/RobEin/ANTLR4-parser-for-Python-3.13/tree/main/valid_chars_in_py_identifiers
420
+ // https://github.com/RobEin/ANTLR4-parser-for-Python-3.13/tree/main/utils/ valid_chars_in_py_identifiers
421
421
fragment ID_CONTINUE
422
422
: ID_START
423
423
| '\u {0030}' .. '\u {0039}'
Original file line number Diff line number Diff line change @@ -308,7 +308,6 @@ def __set_lexer_mode_after_RBRACE_token(self) -> None:
308
308
case Lexer .DEFAULT_MODE :
309
309
self .__pop_lexer_mode () # only once
310
310
self .__pop_by_RBRACE ()
311
-
312
311
case self .SQ1__FORMAT_SPECIFICATION_MODE \
313
312
| self .SQ1R_FORMAT_SPECIFICATION_MODE \
314
313
| self .DQ1__FORMAT_SPECIFICATION_MODE \
You can’t perform that action at this time.
0 commit comments