ruff/crates/ruff_python_parser/src
Dylan 9bbf4987e8
Implement template strings (#17851)
This PR implements template strings (t-strings) in the parser and
formatter for Ruff.

Minimal changes necessary to compile were made in other parts of the code (e.g. ty, the linter, etc.). These will be covered properly in follow-up PRs.
2025-05-30 15:00:56 -05:00
..
lexer Implement template strings (#17851) 2025-05-30 15:00:56 -05:00
parser Implement template strings (#17851) 2025-05-30 15:00:56 -05:00
snapshots Implement template strings (#17851) 2025-05-30 15:00:56 -05:00
error.rs Implement template strings (#17851) 2025-05-30 15:00:56 -05:00
lexer.rs Implement template strings (#17851) 2025-05-30 15:00:56 -05:00
lib.rs Implement template strings (#17851) 2025-05-30 15:00:56 -05:00
semantic_errors.rs [ty] Don't warn yield not in function when yield is in function (#18008) 2025-05-21 18:16:25 +02:00
string.rs Implement template strings (#17851) 2025-05-30 15:00:56 -05:00
token.rs Implement template strings (#17851) 2025-05-30 15:00:56 -05:00
token_set.rs Replace LALRPOP parser with hand-written parser (#10036) 2024-04-18 17:57:39 +05:30
token_source.rs Switch to Rust 2024 edition (#18129) 2025-05-16 13:25:28 +02:00
typing.rs Switch to Rust 2024 edition (#18129) 2025-05-16 13:25:28 +02:00