added macros, temporarily removed some error checks

This commit is contained in:
2024-08-14 00:38:29 +03:00
parent 72201d5c8d
commit 3e855bbc23
3 changed files with 146 additions and 129 deletions

View File

@@ -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~^~%~}"