manuel-serrano / bigloo

a practical Scheme compiler
http://www-sop.inria.fr/indes/fp/Bigloo
Other
138 stars 19 forks source link

Fix bug resulting in blank/empty csv fields being elided #10

Closed donaldsonjw closed 5 years ago

donaldsonjw commented 5 years ago

For example "dog,,cat" would result in the list ("dog" "cat") instead of the list ("dog" "" "cat")