vyre-reference 0.1.0

Pure-Rust CPU reference interpreter for vyre IR — byte-identical oracle for backend conformance and small-data fallback
Documentation
1
2
3
4
//! Standalone primitive-operation CPU references.

/// Bitwise primitive CPU references.
pub mod bitwise;