vyre-reference 0.6.2

Pure-Rust CPU reference interpreter for vyre IR; byte-identical oracle for backend conformance
Documentation
#[path = "and/mod.rs"]
/// docs
pub mod and;
/// docs
pub mod clz;
pub(crate) mod common;
#[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;