diff options
author | Kartik Agaram <vc@akkartik.com> | 2021-03-29 18:47:52 -0700 |
---|---|---|
committer | Kartik Agaram <vc@akkartik.com> | 2021-03-29 18:47:52 -0700 |
commit | 16f2bd1174632659cbad925f7271cd72feef3522 (patch) | |
tree | d3a729b5cdf4413ae7dfc86e15c1f0a63532b943 /linux/tile | |
parent | 386641c0212437e719e6601596da82df1d0969e0 (diff) | |
download | mu-16f2bd1174632659cbad925f7271cd72feef3522.tar.gz |
.
Diffstat (limited to 'linux/tile')
-rw-r--r-- | linux/tile/README.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/linux/tile/README.md b/linux/tile/README.md index e8b96d09..f82c838a 100644 --- a/linux/tile/README.md +++ b/linux/tile/README.md @@ -27,7 +27,7 @@ $ ./a.elf type 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). +function (linux/tile/rpn.mu). There's also a second place you'll want to teach about predefined primitives: -`bound-function?` (apps/tile/environment.mu) +`bound-function?` (linux/tile/environment.mu) |