aboutsummaryrefslogtreecommitdiff
path: root/src/interp/types.boot
diff options
context:
space:
mode:
Diffstat (limited to 'src/interp/types.boot')
-rw-r--r--src/interp/types.boot6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/interp/types.boot b/src/interp/types.boot
index 60139497..6022a5cb 100644
--- a/src/interp/types.boot
+++ b/src/interp/types.boot
@@ -52,6 +52,10 @@ namespace BOOT
%Boolean <=>
BOOLEAN
+++ Type of a bit value.
+%Bit <=>
+ BIT
+
++ Type of 8-bit sized unsigned integer values.
%Byte <=>
UNSIGNED_-BYTE 8
@@ -115,6 +119,8 @@ namespace BOOT
%Vector a <=> VECTOR a
+%BitVector <=> %Vector %Bit
+
%Thing <=> true
%Sequence <=> SEQUENCE