runtimeverification / michelson-semantics

A K semantics of Tezos' Michelson language.
Other
17 stars 6 forks source link

Setup build harness for proofs #197

Closed ehildenb closed 3 years ago

ehildenb commented 3 years ago

The file tests/proofs/dexter/dexter.md will contain two/three modules, two for declaring the configuration and the serialization/deserialization rules, and one with the claims.

We need a README-based kprove harness for calling prover on the claims module, but uses the serialization/deserialization/configuration modules the main module.

Note that calling kprove on markdown files currently does not work, we need to address this first, but it shouldn't take too long to do for Radu.