Skip to content

Conversation

scrabsha
Copy link
Collaborator

This PR should fix #4.

Feel free to propose some corrections before merging.

Leo Pourcelot added 2 commits April 23, 2020 22:23
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.
`consume_clojure_whitespaces` allows to treat `,` as whitespaces, as
defined in the Clojure specifications.
Copy link
Member

@Tko1 Tko1 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Awesome, it all looks great!

@Tko1 Tko1 merged commit 6f56dd2 into clojure-rs:master Apr 23, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add other Clojure accepted whitespace to reader
2 participants