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

Proper parsers tests and examples for using &str as a parse source #25

Open
m4rw3r opened this issue Dec 15, 2015 · 0 comments
Open

Proper parsers tests and examples for using &str as a parse source #25

m4rw3r opened this issue Dec 15, 2015 · 0 comments
Milestone

Comments

@m4rw3r
Copy link
Owner

m4rw3r commented Dec 15, 2015

Problem

Currently all examples and tests are using byte-slices since that is most likely the most common source-input of a parser. But there are situations where an already valid UTF-8 string might need parsing, this requires some specialized parsers (the combinators should work fine), associated tests as well as examples on how to parse a &str.

@m4rw3r m4rw3r added this to the Version 1.0.0 milestone Sep 2, 2016
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

No branches or pull requests

1 participant