Class IrLet
Represents a variable assignment (let binding) in the IR.
Inherited Members
Namespace: VM.Core.IR.Nodes
Assembly: VM.dll
Syntax
public class IrLet : IrNode
Fields
Expr
Gets or sets the expression being assigned to the variable.
Declaration
public required IrNode? Expr
Field Value
Type | Description |
---|---|
IrNode |
Name
Gets or sets the name of the variable being assigned.
Declaration
public string? Name
Field Value
Type | Description |
---|---|
string |