Module constant_table
Expand description
The constant_table module defines the ConstantTable type, which tracks all floating-point and string literal
constants.
Structs§
- Constant
Float Entry - A floating-point entry in the Constant Table.
- Constant
Index - A unique index for a constant value in the constant table.
- Constant
String Entry - A string entry in the Constant Table.
- Constant
Table - A table of constant values.
Enums§
- Constant
Value - The constant value.
- Unsigned
Value - The constant floating-point value as an unsigned integer.