Revision history for Confold
0.03 2026-09-10
Document how <: differs from use constant, and where it does not.
Add constant to SEE ALSO.
0.02 2026-09-09
Accept either B::Concise spelling of a const operand in the tests.
0.01 2026-09-09
Add the <: prefix operator for compile-time constant folding.
Fold a constant operand away entirely; copy anything else read-only.
Bind as tightly as \ and unary minus.
Give a variable declared with <: a value the compiler can read.
Pass that value on to subroutines, including calls made while compiling.
Retire a variable's recorded value when it is assigned to.