1
2
3
4
5
/// The Value module, which contains the Value struct. This maintains the position, along with the kind of a given value.
pub mod value;

/// The ValueKinds module, which contains the ValueKind enum. These describe the various values within the program.
pub mod value_kinds;