ruff/crates/ruff_python_parser/src
Micha Reiser d4dd96d1f4
red-knot: `source_text`, `line_index`, and `parsed_module` queries (#11822)
2024-06-13 07:37:02 +00:00
..
lexer Maintain synchronicity between the lexer and the parser (#11457) 2024-06-03 18:23:50 +05:30
parser Add list terminator kind for error recovery (#11843) 2024-06-12 08:33:26 +00:00
snapshots Lexer should consider BOM for the start offset (#11732) 2024-06-04 08:45:46 +00:00
error.rs Maintain synchronicity between the lexer and the parser (#11457) 2024-06-03 18:23:50 +05:30
lexer.rs Use the existing `ruff_python_trivia::is_python_whitespace` function (#11844) 2024-06-12 05:59:19 +00:00
lib.rs red-knot: `source_text`, `line_index`, and `parsed_module` queries (#11822) 2024-06-13 07:37:02 +00:00
string.rs Maintain synchronicity between the lexer and the parser (#11457) 2024-06-03 18:23:50 +05:30
token.rs Maintain synchronicity between the lexer and the parser (#11457) 2024-06-03 18:23:50 +05:30
token_set.rs Replace LALRPOP parser with hand-written parser (#10036) 2024-04-18 17:57:39 +05:30
token_source.rs Build `CommentRanges` outside the parser (#11792) 2024-06-09 09:55:17 +00:00
typing.rs Update type annotation parsing API to return `Parsed` (#11739) 2024-06-05 12:59:43 +05:30