diff --git a/bf.lisp b/bf.lisp index 3b6c678..b5e899b 100644 --- a/bf.lisp +++ b/bf.lisp @@ -87,4 +87,7 @@ t)))) (defun main () - (funcall (comp))) + (funcall + (aif (second *posix-argv*) + (with-input-from-file (f it) (comp f)) + (comp))))