Skip to content

Instantly share code, notes, and snippets.

@sskeirik
Created November 2, 2020 20:17
Show Gist options
  • Save sskeirik/8f09d739886baede6b83cb2c6c7d20bf to your computer and use it in GitHub Desktop.
Save sskeirik/8f09d739886baede6b83cb2c6c7d20bf to your computer and use it in GitHub Desktop.
Michelson Example Rule: Addition
rule <k> ADD => . ... </k>
<stack> [ int I ] ; [ int J ] => [ int (I +Int J) ] ... </stack>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment