Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Parser should accept a sequence instead of a String #1

Open
zadr opened this issue Jul 4, 2016 · 1 comment
Open

Parser should accept a sequence instead of a String #1

zadr opened this issue Jul 4, 2016 · 1 comment

Comments

@zadr
Copy link
Owner

zadr commented Jul 4, 2016

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
Copy link
Owner Author

zadr commented Apr 5, 2017

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant