No description
Find a file
Ran Benita 5cc208cc43 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
codegen 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
src Split derive-impl and derive 2022-12-19 18:48:17 -06:00
Cargo.toml Bump all crate versions to 0.2.0 2023-01-11 00:14:28 -06:00