Allow parsing config lines without comments.
This commit is contained in:
parent
2674f08674
commit
ba2c753109
3 changed files with 6 additions and 5 deletions
|
@ -54,8 +54,7 @@
|
|||
(users '()))
|
||||
(if (null? lines)
|
||||
users
|
||||
(let ((line (parser-preprocess-line (car lines))))
|
||||
(print line)
|
||||
(let ((line (parser-preprocess-line (car lines) #:strip-comments? #f)))
|
||||
(if (equal? line "")
|
||||
(loop (cdr lines)
|
||||
users)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue