OG icon indicating copy to clipboard operation
OG copied to clipboard

`Parser` should accept a sequence instead of a `String`

Open zadr opened this issue 9 years ago • 1 comments

This way, we could pass in things like input streams that can fetch data from network lazily to process input, and would let us get rid of String.characterAt(_:) which assumes utf8.

zadr avatar Jul 04 '16 06:07 zadr

this will probably happen in another few months, when swift 4 comes out with the new String APIs

zadr avatar Apr 05 '17 20:04 zadr