minor change to run to make it more generic

This commit is contained in:
2024-07-29 00:36:06 +03:00
parent d1481f2770
commit 49b58b2d57
3 changed files with 20 additions and 16 deletions

View File

@@ -39,7 +39,7 @@
(defun example-run ()
(example-compile)
(run '("test/output")))
(run '("test/output") :output t))
(defun start-forth-repl ()
(iter (for line = (progn (format t "~&> ") (read-line)))