vyre-reference 0.6.2

Pure-Rust CPU reference interpreter for vyre IR; byte-identical oracle for backend conformance
Documentation
1
2
3
4
5
6
//! Release-surface smoke example for this Vyre crate.

fn main() {
    println!("vyre-reference release surface example for Vyre 0.4.1");
    println!("This example is intentionally small: it proves the crate ships a runnable examples/*.rs target.");
}