about summary refs log tree commit diff stats
path: root/vocabulary.md
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2021-03-21 23:10:55 -0700
committerKartik K. Agaram <vc@akkartik.com>2021-03-21 23:10:55 -0700
commite6b42204ef1b44464ffb71340de6d445b8240c27 (patch)
treea295a53e5ee16a990e556025be639b2b60240ab5 /vocabulary.md
parent2718cb453cdb222a4d03593c975f183bd0ecf990 (diff)
downloadmu-e6b42204ef1b44464ffb71340de6d445b8240c27.tar.gz
shell: read initial expression from secondary disk
See shell/README.md for (extremely klunky) instructions.
Diffstat (limited to 'vocabulary.md')
-rw-r--r--vocabulary.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/vocabulary.md b/vocabulary.md
index 1ecbdf8d..badf6b02 100644
--- a/vocabulary.md
+++ b/vocabulary.md
@@ -112,6 +112,8 @@ The most useful functions from 400.mu and later .mu files. Look for definitions
 - `append-byte-hex`: writes textual representation of lowest byte in hex to
   a stream of bytes. Does not write a '0x' prefix.
 - `read-byte`: reads a single byte from a stream of bytes.
+- `read-grapheme`: reads a single unicode grapheme (up to 4 bytes containing a
+  single code-point encoded in utf-8) from a stream of bytes.
 
 #### reading/writing hex representations of integers