You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Verified compilation prototype: generation of Lean verification statements (#3344)
* Adds the `--verify` option which causes the compiler to emit a Lean
project with statements of compilation correctness. Currently, the
verification statements are generated only for a part of the Core
pipeline in the main optimization phase.
* Adds `examples/verification` with two simple compiler run verification
examples.
0 commit comments