Namespace VM.Core.ValueTypes
Classes
ArrayValue
Represents an array value in the virtual machine, containing a collection of values of a specified type.
BoolValue
Represents a boolean value in the virtual machine, implementing the IValue interface.
NullValue
Represents a null value in the virtual machine.
NumberValue
Represents a numeric value (integer or floating-point) in the virtual machine.
StringValue
Represents a string value in the virtual machine.
Interfaces
IValue
Represents a value in the virtual machine's type system.