Minor commenting

master
Brady McDonough 5 years ago
parent 8120370cfb
commit 2bfe9b0551

@ -78,7 +78,7 @@
(reverse (reverse
(csv-read port delimiter new-row have-cell have-row init-seed)))) (csv-read port delimiter new-row have-cell have-row init-seed))))
;; read csv file and convert to sxml ;; read csv file and convert to an sxml tree
(define* (csv->sxml port (define* (csv->sxml port
#:key #:key
(delimiter #\,) (delimiter #\,)
@ -98,6 +98,7 @@
(r (string->symbol (record-sym n)))) (r (string->symbol (record-sym n))))
(lp (cdr rest) (cons (list r line) result) (1+ n)))))))) (lp (cdr rest) (cons (list r line) result) (1+ n))))))))
;; read a csv file and convert to a string of XML
(define* (csv->xml port (define* (csv->xml port
#:key #:key
(delimiter #\,) (delimiter #\,)

Loading…
Cancel
Save