diff options
Diffstat (limited to 'apps')
-rwxr-xr-x | apps/mu | bin | 369023 -> 369145 bytes | |||
-rw-r--r-- | apps/mu.subx | 2 |
2 files changed, 2 insertions, 0 deletions
diff --git a/apps/mu b/apps/mu index d53be2e7..04eefef8 100755 --- a/apps/mu +++ b/apps/mu Binary files differdiff --git a/apps/mu.subx b/apps/mu.subx index 20f59336..912b2b1f 100644 --- a/apps/mu.subx +++ b/apps/mu.subx @@ -414,6 +414,8 @@ Type-id: # (stream (addr array byte)) "slice"/imm32 # 12 "code-point"/imm32 # 13; smallest scannable unit from a text stream "grapheme"/imm32 # 14; smallest printable unit; will eventually be composed of multiple code-points, but currently corresponds 1:1 + # only 4-byte graphemes in utf-8 are currently supported; + # unclear how we should deal with larger clusters. # Keep Primitive-type-ids in sync if you add types here. 0/imm32 0/imm32 0/imm32 0/imm32 0/imm32 0/imm32 0/imm32 0/imm32 0/imm32 |