ruff/crates/ruff_python_parser/src
2024-02-08 18:20:08 +00:00
..
lexer Use memchr for string lexing (#9888) 2024-02-08 17:23:06 +00:00
snapshots Index multiline f-strings (#9837) 2024-02-05 21:25:33 -05:00
context.rs Remove source path from parser errors (#9322) 2023-12-30 20:33:05 +00:00
function.rs Remove source path from parser errors (#9322) 2023-12-30 20:33:05 +00:00
invalid.rs Remove type parameter from parse_* methods (#9466) 2024-01-11 19:41:19 +01:00
lexer.rs Use memchr for string lexing (#9888) 2024-02-08 17:23:06 +00:00
lib.rs Approximate tokens len (#9546) 2024-01-19 17:39:37 +01:00
parser.rs Use Rust 1.76 (#9897) 2024-02-08 18:20:08 +00:00
python.lalrpop Index multiline f-strings (#9837) 2024-02-05 21:25:33 -05:00
python.rs Index multiline f-strings (#9837) 2024-02-05 21:25:33 -05:00
soft_keywords.rs Support type alias statements in simple statement positions (#8916) 2023-11-30 19:15:19 +00:00
string.rs Add size hints to string parser (#9413) 2024-01-06 15:59:34 -05:00
token.rs Index multiline f-strings (#9837) 2024-02-05 21:25:33 -05:00
token_source.rs Remove type parameter from parse_* methods (#9466) 2024-01-11 19:41:19 +01:00
typing.rs Remove source path from parser errors (#9322) 2023-12-30 20:33:05 +00:00