ruff/crates/ruff_python_parser/src
Carl Meyer 845ba7cf5f
Make ImportFrom level just a u32 (#11170)
2024-04-26 20:38:35 -06:00
..
lexer Simplify formatting of strings by using flags from the AST nodes (#10489) 2024-03-20 16:16:54 +00:00
parser Make ImportFrom level just a u32 (#11170) 2024-04-26 20:38:35 -06:00
snapshots Replace LALRPOP parser with hand-written parser (#10036) 2024-04-18 17:57:39 +05:30
error.rs Replace LALRPOP parser with hand-written parser (#10036) 2024-04-18 17:57:39 +05:30
lexer.rs Remove unused lexical error types (#11145) 2024-04-25 15:24:16 +00:00
lib.rs Replace LALRPOP parser with hand-written parser (#10036) 2024-04-18 17:57:39 +05:30
soft_keywords.rs Replace LALRPOP parser with hand-written parser (#10036) 2024-04-18 17:57:39 +05:30
string.rs Replace LALRPOP parser with hand-written parser (#10036) 2024-04-18 17:57:39 +05:30
token.rs Refactor unary expression parsing (#11088) 2024-04-23 04:55:02 +00:00
token_set.rs Replace LALRPOP parser with hand-written parser (#10036) 2024-04-18 17:57:39 +05:30
token_source.rs Replace LALRPOP parser with hand-written parser (#10036) 2024-04-18 17:57:39 +05:30
typing.rs Replace LALRPOP parser with hand-written parser (#10036) 2024-04-18 17:57:39 +05:30