Created
May 6, 2020 11:26
-
-
Save okram/147dc2d58633bc25e731443738239a82 to your computer and use it in GitHub Desktop.
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
| mmlang> int{3}~<[+2|[is>4]-<[_|_]>-+4]>-[gt,[plus,2]][id][explain] | |
| ==> | |
| bool{3,9}<=int{3}~<[int{3}[plus,2]|int{0,6}<=int{3}[is,bool{3}<=int{3}[gt,4]]-<[int{0,3}|int{0,3}]>-[plus,4]]>-[gt,int{3,9}[plus,2]][id] | |
| instruction domain range state | |
| ------------------------------------------------------------------------------------------------------------------------------------------------------- | |
| ~<[int{3}[plus,2]|int{0,6}<=int{3}[is,bo... int{3} => [int{3}[plus,2]|int{0,6}<=int{3}[is,bool... | |
| [plus,2] int{3} => int{3} | |
| [is,bool{3}<=int{3}[gt,4]] int{3} => int{0,3} | |
| [gt,4] int{3} => bool{3} | |
| -<[int{0,3}|int{0,3}] int{0,3} => [int{0,3}|int{0,3}] | |
| >- [int{0,3}|int{0,3}] => int{0,6} | |
| [plus,4] int{0,6} => int{0,6} | |
| >- [int{3}[plus,2]|int{0,6}<=int{3}[is,bool... => int{3,9} | |
| [gt,int{3,9}[plus,2]] int{3,9} => bool{3,9} | |
| [plus,2] int{3,9} => int{3,9} | |
| [id] bool{3,9} => bool{3,9} | |
| mmlang> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment