tisp

tiny lisp
git clone git://edryd.org/tisp
Log | Files | Refs | LICENSE

commit ce397ff9d8fdf16f454315b676e099057ceb17ad
parent cf5e98818f37f0bdafd10881d5538d80b8cd9ac7
Author: Ed van Bruggen <edvb@uw.edu>
Date:   Tue, 20 Oct 2020 22:23:01 -0700

Add quit variable to explain how to exit REPL

Diffstat:
tib/core.tsp | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/tib/core.tsp b/tib/core.tsp @@ -1,4 +1,5 @@ (def (list . lst) lst) +(def quit "type (quit) or press CTRL-D to exit REPL") (def defmacro (macro (args . body)