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
This function will consume whitespaces (as Clojure defines them) from an
input stream, and returns it. Under the hood, it uses another function
entitled `is_clojure_whitespace`, which returns whether if a character
is a whitespace.
Clojure specifications state that `,` is a whitespace, which has been
implemented here.
0 commit comments