altos/scheme: Allow unicode in lexer
authorKeith Packard <keithp@keithp.com>
Mon, 8 Jan 2018 21:46:17 +0000 (13:46 -0800)
committerKeith Packard <keithp@keithp.com>
Mon, 8 Jan 2018 21:46:17 +0000 (13:46 -0800)
commit4b52fc6eea9a478cb3dd42dcd32c92838df39734
tree28c5594e42896b7a191539b7c21563e92f73e1da
parentf8a967959b2f5ca3486ab3422f30fe4ad4ba17a8
altos/scheme: Allow unicode in lexer

This just passes any bytes with the high bit set through the system so
programs can include UTF-8 in strings and symbols. What the heck.

Signed-off-by: Keith Packard <keithp@keithp.com>
src/scheme/ao_scheme_read.c
src/scheme/ao_scheme_string.c