Created
November 2, 2020 20:17
-
-
Save sskeirik/8f09d739886baede6b83cb2c6c7d20bf to your computer and use it in GitHub Desktop.
Michelson Example Rule: Addition
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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