vyre-foundation 0.4.1

Foundation layer: IR, type system, memory model, wire format. Zero application semantics. Part of the vyre GPU compiler.
Documentation
1
2
3
4
5
6
7
8
9
10
11
//! Const-fold test suite — split per audit cleanup A13 (2026-04-30) so
//! no single file exceeds the 1000-LOC hygiene cap. Original `tests.rs`
//! (1340 LOC, 108 tests) split into 4 per-section files + a shared
//! helpers module.

mod helpers;

mod binop_identity;
mod early;
mod structural;
mod unary;