No description
Find a file
Ran Benita 674eeec29c Add NonLogicalNewline token
This token is completely ignored by the parser, but it's useful for
other users of the lexer, such as the Ruff linter. For example, the
token is helpful for a "trailing comma" lint.

The same idea exists in Python's `tokenize` module - there is a NEWLINE
token (logical newline), and a NL token (non-logical newline).

Fixes #4385.
2023-01-12 16:47:12 +02:00
ast Bump all crate versions to 0.2.0 2023-01-11 00:14:28 -06:00
core Bump all crate versions to 0.2.0 2023-01-11 00:14:28 -06:00
parser Add NonLogicalNewline token 2023-01-12 16:47:12 +02:00
Cargo.toml Bump all crate versions to 0.2.0 2023-01-11 00:14:28 -06:00