Module constant_table

Expand description

The constant_table module defines the ConstantTable type, which tracks all floating-point and string literal constants.

Structs§

ConstantFloatEntry
A floating-point entry in the Constant Table.
ConstantIndex
A unique index for a constant value in the constant table.
ConstantStringEntry
A string entry in the Constant Table.
ConstantTable
A table of constant values.

Enums§

ConstantValue
The constant value.
UnsignedValue
The constant floating-point value as an unsigned integer.