altos/scheme: Let readline know if there's a list in progress
authorKeith Packard <keithp@keithp.com>
Sun, 10 Dec 2017 00:56:20 +0000 (16:56 -0800)
committerKeith Packard <keithp@keithp.com>
Sun, 10 Dec 2017 00:56:20 +0000 (16:56 -0800)
commit1133130986a78628ea297ce1f6a023baf4382d8f
tree18e8ebd7976b2a964e9a26690f63f66bb5f638da
parent185b11367cd85948885fceafb5d46303b6f1356d
altos/scheme: Let readline know if there's a list in progress

This lets the interactive prompt change based on what state the lexer
is in

Signed-off-by: Keith Packard <keithp@keithp.com>
src/scheme/ao_scheme.h
src/scheme/ao_scheme_builtin.c
src/scheme/ao_scheme_const.scheme [new file with mode: 0644]
src/scheme/ao_scheme_float.c
src/scheme/ao_scheme_read.c
src/scheme/test/ao_scheme_test.c