for arr: (it) {}

This commit is contained in:
agra
2026-02-16 00:55:03 +02:00
parent 3e1e764753
commit fb60818424
7 changed files with 88 additions and 56 deletions

View File

@@ -349,6 +349,8 @@ pub const WhileExpr = struct {
pub const ForExpr = struct {
iterable: *Node,
body: *Node,
capture_name: []const u8,
index_name: ?[]const u8 = null,
};
pub const SpreadExpr = struct {