Done. Here's the summary of the updated status:
Progress: 5/16 → 10/16 transpile, 5/16 → 6/16 fully pass go vet
Three previously-implemented features made the difference:
- INT16/INT32/INT64 → unblocked commstime.occ (fully working), cast.occ, casting.occ
- ALT replicators → unblocked sort_pump.occ, sort_pump_2.occ
- INLINE FUNCTION → contributed to unblocking bar.occ (still blocked by other features)
4 files now transpile but hit codegen bugs: BOOL↔BYTE conversions, missing ROUND/TRUNC qualifiers, and typed abbreviation inference losing the declared type.
I also corrected the original issue's diagnosis — sort_inside.occ is blocked by expression-sized arrays ([max.delay]BYTE), not multi-dim arrays or ALT replicators as originally reported.