Some cleanup
This commit is contained in:
@@ -126,7 +126,7 @@ public record StructFieldAccessNode(NubType Type, ExpressionNode Target, string
|
||||
|
||||
public record StructInitializerNode(NubStructType StructType, Dictionary<string, ExpressionNode> Initializers) : RValueExpressionNode(StructType);
|
||||
|
||||
public record DereferenceNode(NubType Type, ExpressionNode Expression) : LValueExpressionNode(Type);
|
||||
public record DereferenceNode(NubType Type, ExpressionNode Target) : LValueExpressionNode(Type);
|
||||
|
||||
public record ConvertIntNode(NubType Type, ExpressionNode Value, NubIntType ValueType, NubIntType TargetType) : RValueExpressionNode(Type);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user