formal-land / coq-of-python

Translate Python code to Coq code for formal verification. Applied to the reference implementation of Ethereum in Python.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simulation for comparison instructions

clarus opened this issue · comments

Write a simulation for the instructions in https://github.com/ethereum/execution-specs/blob/master/src/ethereum/paris/vm/instructions/comparison.py :

  • less_than
  • signed_less_than
  • greater_than
  • signed_greater_than
  • equal
  • is_zero