bf: file input

This commit is contained in:
mehbark 2024-12-20 02:28:06 -05:00
parent c9226c4052
commit 1410aa68c8

View file

@ -87,4 +87,7 @@
t)))) t))))
(defun main () (defun main ()
(funcall (comp))) (funcall
(aif (second *posix-argv*)
(with-input-from-file (f it) (comp f))
(comp))))