Expand description
The Value module, which contains the Value struct. This maintains the position, along with the kind of a given value.
Structsยง
- Value
- The Value struct maintains both the position where this value is used and its kind. Maintaining the position is useful because it can be used to produce good error messages.