asm...
This commit is contained in:
@@ -208,6 +208,7 @@ pub const IfExpr = struct {
|
||||
then_branch: *Node,
|
||||
else_branch: ?*Node,
|
||||
is_inline: bool, // true for `if cond then a else b`
|
||||
is_comptime: bool = false, // true for `inline if` — compile-time branch elimination
|
||||
binding_name: ?[]const u8 = null, // for `if val := expr { ... }` optional binding
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user