pub fn verify_compiler_correctness(spec: &str, clock: &str) -> boolExpand 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.