You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have corrected that behavior on the PR. As of now, peek-type is ignored. As of now as well, or so it seems to me, those whitespace-related features are best dealt with in the C code. Adding that option in a sensible manner then (not the way I have done here) could create incompatibility with existing code, so I'm not sure whether I should do it..
Common Lisp description:
In eus we do not have peek-type, making the first argument be
input-stream
.If
input-stream
isnil
*standard-input*
is used, if it ist
*terminal-io*
is used. https://github.com/euslisp/EusLisp/blob/master/lisp/c/lispio.c#L64-L65Therefore,
Stops at
(peek-char t)
, waiting for terminal input.Pressing enter makes the tests continue.
The text was updated successfully, but these errors were encountered: