ruff/crates/ruff_python_ast/tests
konsti 2cbe1733c8
Use CommentRanges in backwards lexing (#7360)
## 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>
2023-09-16 03:21:45 +00:00
..
snapshots Rename Arguments to Parameters in the AST (#6253) 2023-08-01 13:53:28 -04:00
identifier.rs Remove Parse trait (#6235) 2023-08-01 18:35:03 +02:00
parenthesize.rs Use CommentRanges in backwards lexing (#7360) 2023-09-16 03:21:45 +00:00
preorder.rs Rename Arguments to Parameters in the AST (#6253) 2023-08-01 13:53:28 -04:00
stmt_if.rs Remove Parse trait (#6235) 2023-08-01 18:35:03 +02:00
visitor.rs Rename Arguments to Parameters in the AST (#6253) 2023-08-01 13:53:28 -04:00