summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTaylan Kammer <taylan.kammer@gmail.com>2026-06-28 23:19:31 +0200
committerTaylan Kammer <taylan.kammer@gmail.com>2026-06-28 23:19:31 +0200
commit51faedabdf9745951392e629112048ba99224986 (patch)
tree7a12a63c14175da9179ab37844c23fa402f580f5
parent594e34e1145e0b23a685e1685a181751dd5d0044 (diff)
fixup
-rw-r--r--doc/0/0-value.md4
1 files changed, 1 insertions, 3 deletions
diff --git a/doc/0/0-value.md b/doc/0/0-value.md
index b5a702e..f9f01c4 100644
--- a/doc/0/0-value.md
+++ b/doc/0/0-value.md
@@ -176,7 +176,7 @@ depend on the endianness of the platform.
We use a 49-bit space for small rational numbers, with a signed 25-bit two's
complement integer numerator, and 24-bit unsigned integer denominator.
-### Runes
+### Runes & others
A rune is a marker of up to 6 ASCII characters in length, used to implement
extensible reader syntax. (See Zisp decoder.) Runes cannot contain the NUL
@@ -184,8 +184,6 @@ byte, as they are NUL-terminated unless exactly six ASCII bytes in length.
NOTE: The order of bytes may depend on the endianness of the platform.
-### Other small immediates
-
The fact that runes are limited to ASCII bytes, whose MSb is unset, opens up
some space for other small values to co-inhabit the same 48-bit value range.