Print line-by-line for debugging.

This commit is contained in:
Dominik Pantůček 2024-01-16 22:03:32 +01:00
parent 3629844743
commit 2674f08674

View file

@ -55,6 +55,7 @@
(if (null? lines)
users
(let ((line (parser-preprocess-line (car lines))))
(print line)
(if (equal? line "")
(loop (cdr lines)
users)