ruff/crates/ruff_python_parser/src
2024-01-19 17:39:37 +01:00
..
lexer
snapshots
context.rs
function.rs
invalid.rs Remove type parameter from parse_* methods (#9466) 2024-01-11 19:41:19 +01:00
lexer.rs Add an explicit fast path for whitespace to is_identifier_continuation (#9532) 2024-01-16 08:23:43 +00:00
lib.rs Approximate tokens len (#9546) 2024-01-19 17:39:37 +01:00
parser.rs Approximate tokens len (#9546) 2024-01-19 17:39:37 +01:00
python.lalrpop
python.rs
soft_keywords.rs
string.rs Add size hints to string parser (#9413) 2024-01-06 15:59:34 -05:00
token.rs
token_source.rs Remove type parameter from parse_* methods (#9466) 2024-01-11 19:41:19 +01:00
typing.rs