about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2021-03-08 20:57:11 -0800
committerKartik K. Agaram <vc@akkartik.com>2021-03-08 20:57:11 -0800
commit0810c7b77e5a2571ce2a04b07293bcb0de54929d (patch)
tree8633883d6778ea6c338c19f226cacc45da969cd8
parentaaf2941bfeeb73c8b611d02bfe7d0d7b952c42a6 (diff)
downloadmu-0810c7b77e5a2571ce2a04b07293bcb0de54929d.tar.gz
readme for the Mu shell
-rw-r--r--shell/README.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/shell/README.md b/shell/README.md
new file mode 100644
index 00000000..c1dee248
--- /dev/null
+++ b/shell/README.md
@@ -0,0 +1,8 @@
+### A prototype shell for the Mu computer
+
+Currently runs a tiny subset of Lisp. To build and run it from the top-level:
+
+```
+./translate shell/*.mu
+qemu-system-i386 disk.img
+```
ghlight .mf { color: #0000DD; font-weight: bold } /* Literal.Number.Float */ .highlight .mh { color: #0000DD; font-weight: bold } /* Literal.Number.Hex */ .highlight .mi { color: #0000DD; font-weight: bold } /* Literal.Number.Integer */ .highlight .mo { color: #0000DD; font-weight: bold } /* Literal.Number.Oct */ .highlight .sa { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Affix */ .highlight .sb { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Backtick */ .highlight .sc { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Char */ .highlight .dl { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Delimiter */ .highlight .sd { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Doc */ .highlight .s2 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Double */ .highlight .se { color: #0044dd; background-color: #fff0f0 } /* Literal.String.Escape */ .highlight .sh { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Heredoc */ .highlight .si { color: #3333bb; background-color: #fff0f0 } /* Literal.String.Interpol */ .highlight .sx { color: #22bb22; background-color: #f0fff0 } /* Literal.String.Other */ .highlight .sr { color: #008800; background-color: #fff0ff } /* Literal.String.Regex */ .highlight .s1 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Single */ .highlight .ss { color: #aa6600; background-color: #fff0f0 } /* Literal.String.Symbol */ .highlight .bp { color: #003388 } /* Name.Builtin.Pseudo */ .highlight .fm { color: #0066bb; font-weight: bold } /* Name.Function.Magic */ .highlight .vc { color: #336699 } /* Name.Variable.Class */ .highlight .vg { color: #dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */
void message_send(void **state);
void message_receive(void **state);