ruff/ast
konsti db04fd4157
Refactor if statement, introduce nodes for elif and else (#22)
The old if layout couldn't differentiate between an else block with a
single if statement and an elif statement. Additionally we getting rid
of the recursion in favor of a single if struct with a vec of elif/else
children. This is accompanied by a big refactoring in ruff which removes
a bunch of TODOs and false negatives.
2023-07-18 13:14:40 +02:00
..
src Refactor if statement, introduce nodes for elif and else (#22) 2023-07-18 13:14:40 +02:00
Cargo.toml Remove Range type parameter from AST nodes (#15) 2023-06-23 21:18:55 +01:00