ruff/crates/ruff_python_parser/src
Dhruv Manilawala f67c02c837
Remove leftover marker tokens (#11444)
## Summary

This PR removes the leftover marker tokens from the LALRPOP to
hand-written parser migration.
2024-05-16 11:39:05 +00:00
..
lexer Rename AnyStringKind -> AnyStringFlags (#11405) 2024-05-13 13:18:07 +00:00
parser Create a newtype wrapper around Vec<FStringElement> (#11400) 2024-05-13 16:04:04 +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 Move string-prefix enumerations to a separate submodule (#11425) 2024-05-15 07:40:27 -04:00
lib.rs Add Tokens newtype wrapper, TokenKind iterator (#11361) 2024-05-14 16:45:04 +00:00
soft_keywords.rs Replace LALRPOP parser with hand-written parser (#10036) 2024-04-18 17:57:39 +05:30
string.rs Rename AnyStringKind -> AnyStringFlags (#11405) 2024-05-13 13:18:07 +00:00
token.rs Remove leftover marker tokens (#11444) 2024-05-16 11:39:05 +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 Add basic docs for the parser crate (#11199) 2024-04-29 17:08:07 +00:00