diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2021-03-08 21:24:45 -0800 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2021-03-08 21:24:45 -0800 |
commit | 6508ab51ccd6a41d6d1da3502359e80611d8bda3 (patch) | |
tree | b9f2f2dbe8f83b6858312a9134c1d37a2cf921c6 /linux/tile | |
parent | fe72699390d8c1c04d6291c3853db2448ff75e32 (diff) | |
download | mu-6508ab51ccd6a41d6d1da3502359e80611d8bda3.tar.gz |
.
Diffstat (limited to 'linux/tile')
-rw-r--r-- | linux/tile/README.md | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/linux/tile/README.md b/linux/tile/README.md index 602b1466..e8b96d09 100644 --- a/linux/tile/README.md +++ b/linux/tile/README.md @@ -24,8 +24,7 @@ $ ./a.elf type ## hacking -Unlike the top-level directory, this is just a prototype so far. There are no -tests. +This is just a prototype. There are no tests. To add a new primitive you'll need to hard-code it into the `evaluate` function (apps/tile/rpn.mu). |