From 51faedabdf9745951392e629112048ba99224986 Mon Sep 17 00:00:00 2001 From: Taylan Kammer Date: Sun, 28 Jun 2026 23:19:31 +0200 Subject: fixup --- doc/0/0-value.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'doc/0') 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. -- cgit v1.2.3