[][src]Module dark_vm::values

The Values module, which contains the Value struct and ValueKind enum. These describe the various values within the program.

Modules

value

The Value module, which contains the Value struct. This maintains the position, along with the kind of a given value.

value_kinds

The ValueKinds module, which contains the ValueKind enum. These describe the various values within the program. The ValueKind enum maintains the various values in the language. All of the supported values are in this enum. This makes it easy to expand in the future.