about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2014-10-05 10:31:27 -0700
committerKartik K. Agaram <vc@akkartik.com>2014-10-05 10:31:27 -0700
commit2bf8a81dbc3ecb413c54b043010e09ac31b01997 (patch)
tree432c7678aeccbf71d5b9e5311deb3ce669123bf2
parentbdadc933ef7aa44535533a106139aa1b1506e9aa (diff)
downloadmu-2bf8a81dbc3ecb413c54b043010e09ac31b01997.tar.gz
96
-rw-r--r--mu.arc3
1 files changed, 3 insertions, 0 deletions
diff --git a/mu.arc b/mu.arc
index 9b26027c..cad0e6f2 100644
--- a/mu.arc
+++ b/mu.arc
@@ -58,6 +58,9 @@
               location (obj size 1)
               integer (obj size 1)
               boolean (obj size 1)
+              byte (obj size 1)
+;?               string (obj array t  elem 'byte)  ; inspired by Go
+              char (obj size 1)  ; int32 like a Go rune
               string (obj size 1)  ; temporary hack
               ; arrays consist of an integer length followed by the right number of elems
               integer-array (obj array t  elem 'integer)