added some basic tests

This commit is contained in:
2024-08-03 12:03:58 +03:00
parent 8713ffbd95
commit 38927a2169
8 changed files with 225 additions and 0 deletions

View File

@@ -15,6 +15,8 @@
(compile-program (second args)))
((string= flag "-i")
(interpret-program (make-program (second args))))
((string= flag "-t")
(run-tests))
(t (format t "~a is not a valid flag~%" flag))))))
;; (defun make-exe ()