examples: lisp — proper tail calls in eval
This commit is contained in:
@@ -33,7 +33,7 @@ lisp_test: lisp_test.ww lispcore.ww
|
||||
# Demo programs in tree. `make demo` runs every test_*.lisp through
|
||||
# the REPL; each prints its results to stdout (errors go to stderr
|
||||
# and don't break the run). Useful as a smoke check after edits.
|
||||
DEMOS := test_arith.lisp test_list.lisp test_lambda.lisp test_error.lisp
|
||||
DEMOS := test_arith.lisp test_list.lisp test_lambda.lisp test_error.lisp test_tco.lisp
|
||||
|
||||
demo: lisp
|
||||
@for f in $(DEMOS); do \
|
||||
|
||||
Reference in New Issue
Block a user