titzer / virgil

A fast and lightweight native programming language
1.13k stars 40 forks source link

Enable fully-unboxed Variants #221

Closed btwj closed 4 months ago

btwj commented 4 months ago

This PR extends VariantNorm to support fully unboxed variants, i.e. every single case is fully unboxed as scalars.

btwj commented 4 months ago

Rebased to incorporate new unboxing tests in CI