No description
Find a file
Anders Kaseorg 6dba8430be Fix end location for elif blocks
Since we parse an `elif:` block as an `If` node, its location should
include its `orelse` node like it would for an `if:` block.

Signed-off-by: Anders Kaseorg <andersk@mit.edu>
2023-01-17 22:39:44 -05:00
ast Bump all crate versions to 0.2.0 2023-01-11 00:14:28 -06:00
core Switch from 64-bit instruction enum to out-of-line arg values 2023-01-12 23:05:17 -06:00
parser Fix end location for elif blocks 2023-01-17 22:39:44 -05:00
Cargo.toml Bump all crate versions to 0.2.0 2023-01-11 00:14:28 -06:00