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

Create an InputBuffer over a Reader? #11

Open
fge opened this issue May 20, 2014 · 0 comments
Open

Create an InputBuffer over a Reader? #11

fge opened this issue May 20, 2014 · 0 comments

Comments

@fge
Copy link
Owner

fge commented May 20, 2014

The InputBuffer is basically the character sequence used in a parsing run. Parboiled could build such buffers from plain Strings or char arrays.

Grappa added one for CharSequences (which basically obsoletes the runs over Strings since String implements CharSequence).

What about creating an InputBuffer over a Reader? And even from an InputStream (but then the encoding would be required to be specified)?

@fge fge added enhancement and removed question labels May 20, 2014
@fge fge added this to the 1.1.0 milestone May 26, 2014
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