1090
1098
((#\newline) (reverse! (cons e exprs)))
1091
1099
(else (loop (cons e exprs)))))))))
1093
1110
; handle function call argument list, or any comma-delimited list.
1094
1111
; . an extra comma at the end is allowed
1095
1112
; . expressions after a ; are enclosed in (parameters ...)