From 3e855bbc2394445843143bb703c95dd694699f0e Mon Sep 17 00:00:00 2001 From: mRnea Date: Wed, 14 Aug 2024 00:38:29 +0300 Subject: added macros, temporarily removed some error checks --- test/tests.lisp | 7 ------- 1 file changed, 7 deletions(-) (limited to 'test/tests.lisp') diff --git a/test/tests.lisp b/test/tests.lisp index e51aad2..8b00817 100644 --- a/test/tests.lisp +++ b/test/tests.lisp @@ -16,13 +16,6 @@ (:string new-file) (:file (pathname new-file))))) -(defun lex-stream (str) - (iter outer - (for line = (read-line str nil nil)) - (until (null line)) - (for line-num from 1) - (appending (lex-line line line-num)))) - (defun read-form-comment (str) (read-from-string (format nil "~{~a~^~%~}" -- cgit v1.2.3