ruff/crates/ruff_python_parser/src
Charlie Marsh 16acd4913f
Remove some unused pub functions (#11576)
## Summary

I left anything in `red-knot`, any `with_` methods, etc.
2024-05-28 09:56:51 -04:00
..
lexer Implement a common trait for the string flags (#11564) 2024-05-27 16:02:01 +01:00
parser Update FStringElements to deref to a slice (#11570) 2024-05-27 15:52:13 +00:00
snapshots Rename AnyStringKind -> AnyStringFlags (#11405) 2024-05-13 13:18:07 +00:00
error.rs Replace LALRPOP parser with hand-written parser (#10036) 2024-04-18 17:57:39 +05:30
lexer.rs Implement a common trait for the string flags (#11564) 2024-05-27 16:02:01 +01:00
lib.rs Remove some unused pub functions (#11576) 2024-05-28 09:56:51 -04:00
soft_keywords.rs Replace LALRPOP parser with hand-written parser (#10036) 2024-04-18 17:57:39 +05:30
string.rs Implement a common trait for the string flags (#11564) 2024-05-27 16:02:01 +01:00
token.rs Implement a common trait for the string flags (#11564) 2024-05-27 16:02:01 +01: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 Add basic docs for the parser crate (#11199) 2024-04-29 17:08:07 +00:00