Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

using this semantics in Coq #2552

Open
aa755 opened this issue Aug 5, 2024 · 2 comments
Open

using this semantics in Coq #2552

aa755 opened this issue Aug 5, 2024 · 2 comments

Comments

@aa755
Copy link

aa755 commented Aug 5, 2024

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.

@aa755 aa755 changed the title using this emantics in Coq using this semantics in Coq Aug 5, 2024
@ehildenb
Copy link
Member

ehildenb commented 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.

@ehildenb
Copy link
Member

ehildenb commented Aug 5, 2024

And another thing to study, as more of a deep embedding approach: https://arxiv.org/pdf/2201.05716

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants