vyre-reference 0.4.1

Pure-Rust CPU reference interpreter for vyre IR — byte-identical oracle for backend conformance and small-data fallback
Documentation
#[path = "and/mod.rs"]
/// docs
pub mod and;
/// docs
pub mod clz;
#[path = "not/mod.rs"]
/// docs
pub mod not;
#[path = "or/mod.rs"]
/// docs
pub mod or;
/// docs
pub mod popcount;
/// docs
pub mod shift_left;
/// docs
pub mod shift_right;
#[path = "xor/mod.rs"]
/// docs
pub mod xor;