diff options
| author | mRnea <akannemre@gmail.com> | 2024-08-14 00:38:29 +0300 | 
|---|---|---|
| committer | mRnea <akannemre@gmail.com> | 2024-08-14 00:38:29 +0300 | 
| commit | 3e855bbc2394445843143bb703c95dd694699f0e (patch) | |
| tree | 5519167ff65ea4b04aac4aa31713e7c196ec2c3a /test | |
| parent | 72201d5c8d4e3dec75cdab6e954ebda974a27f45 (diff) | |
added macros, temporarily removed some error checks
Diffstat (limited to 'test')
| -rw-r--r-- | test/tests.lisp | 7 | 
1 files changed, 0 insertions, 7 deletions
| 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~^~%~}"  | 
