>(parse "" " ")
()
When parsing an empty string the result will be an empty list.
My personal expectance was ("").
After thinking a bit, I'm agree that an empty list is an reasonal behavior.
But, possible, it would be good to reflect this in manual on (parse).