Skip to main content

verify_compiler_correctness

Function verify_compiler_correctness 

Source
pub fn verify_compiler_correctness(spec: &str, clock: &str) -> bool
Expand description

Verify compiler correctness: compiled output == interpreted output.

The fundamental Futamura property: for any spec and clock, the compiled path produces the same SVA as the interpreted path.