Generalize string primitives to accept bytevectors where that makes sense.
authorChris Hanson <org/chris-hanson/cph>
Sun, 8 Jan 2017 22:08:13 +0000 (14:08 -0800)
committerChris Hanson <org/chris-hanson/cph>
Sun, 8 Jan 2017 22:08:13 +0000 (14:08 -0800)
commit65b18d0067d01bde3dc630e8082d8d07c2d019b3
tree593b9b98e6c69b75dfa3308ccb478b64f6700f8c
parent5ccaa5a153d3871ea17c4d75119fa505e637c681
Generalize string primitives to accept bytevectors where that makes sense.

This will be used to support more general strings in the runtime system.
src/microcode/debug.c
src/microcode/object.h
src/microcode/string.c