mirror of
https://github.com/astral-sh/ruff.git
synced 2025-09-25 03:22:52 +00:00
![]() ## Summary The tokenizer was split into a forward and a backwards tokenizer. The backwards tokenizer uses the same names as the forwards ones (e.g. `next_token`). The backwards tokenizer gets the comment ranges that we already built to skip comments. --------- Co-authored-by: Micha Reiser <micha@reiser.io> |
||
---|---|---|
.. | ||
mod.rs | ||
pattern_arguments.rs | ||
pattern_keyword.rs | ||
pattern_match_as.rs | ||
pattern_match_class.rs | ||
pattern_match_mapping.rs | ||
pattern_match_or.rs | ||
pattern_match_sequence.rs | ||
pattern_match_singleton.rs | ||
pattern_match_star.rs | ||
pattern_match_value.rs |