ruff/ast/src
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
..
builtin.rs tuple constants are for optimisations, not source (#28) 2023-07-17 15:46:37 -04:00
generic.rs Refactor if statement, introduce nodes for elif and else (#22) 2023-07-18 13:14:40 +02:00
impls.rs Bump expected size of `Stmt` to 168 bytes 2023-07-17 14:49:14 -05:00
lib.rs Fix ArgWithDefault TextRange (#13) 2023-06-20 18:21:09 +02:00
ranged.rs Refactor if statement, introduce nodes for elif and else (#22) 2023-07-18 13:14:40 +02:00