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
Has anyone explored how to use the KEVM semantics in Coq? Is there a generic K to Coq translator or has someone written a specific translation for KEVM?
I would like to use this semantics to prove correctness of an implementation of an optimized EVM interpretor or jit compliler.
The text was updated successfully, but these errors were encountered:
aa755
changed the title
using this emantics in Coq
using this semantics in Coq
Aug 5, 2024
One approach would be to use Kamelo: https://gitlab.com/semantiko/kamelo. That was a project by Inria to emit Dedukti from K definitions, and then you can emit Coq from Dedukti.
Has anyone explored how to use the KEVM semantics in Coq? Is there a generic K to Coq translator or has someone written a specific translation for KEVM?
I would like to use this semantics to prove correctness of an implementation of an optimized EVM interpretor or jit compliler.
The text was updated successfully, but these errors were encountered: