ruff/crates/ruff_python_parser/src
Dhruv Manilawala a2aaf0bf83 Try another representation 2024-06-14 10:12:20 +05:30
..
lexer Try another representation 2024-06-14 10:12:20 +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 WIP 2024-06-14 10:12:20 +05:30
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