diff options
author | Kartik Agaram <vc@akkartik.com> | 2020-08-01 16:28:32 -0700 |
---|---|---|
committer | Kartik Agaram <vc@akkartik.com> | 2020-08-01 16:28:32 -0700 |
commit | 59a2e363f5f818e3870a275efe375737a76009fa (patch) | |
tree | d4fa744aeddf22fe399180a0d18fd87d96849145 /mu_instructions | |
parent | af983921f6c4170584d5e2a60e0c04556c3f621f (diff) | |
download | mu-59a2e363f5f818e3870a275efe375737a76009fa.tar.gz |
6698
Diffstat (limited to 'mu_instructions')
-rw-r--r-- | mu_instructions | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mu_instructions b/mu_instructions index 3f9810a6..a5f7d7cb 100644 --- a/mu_instructions +++ b/mu_instructions @@ -1,6 +1,6 @@ ## Mu's instructions and their table-driven translation -See http://akkartik.name/akkartik-convivial-20200315.pdf for the complete +See http://akkartik.name/akkartik-convivial-20200607.pdf for the complete story. In brief: Mu is a statement-oriented language. Blocks consist of flat lists of instructions. Instructions can have inputs after the operation, and outputs to the left of a '<-'. Inputs and outputs must be variables. They can't |