mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-23 20:15:05 +02:00
R7RS states that there's three possible scenarios for read-string: - More characters can be read than asked for (return string) - Less characters can be read than asked for (return string) - No characters can be read (return EOF) This commit ensures the last scenario works as intended. |
||
---|---|---|
.. | ||
cyclone | ||
base.sld | ||
case-lambda.sld | ||
char.sld | ||
complex.sld | ||
cxr.sld | ||
eval.sld | ||
file.sld | ||
inexact.sld | ||
lazy.sld | ||
load.sld | ||
process-context.sld | ||
read.sld | ||
time.sld | ||
write.sld |