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

Make the parser/tokenizer a writable stream? #37

Open
papandreou opened this issue Oct 11, 2011 · 1 comment
Open

Make the parser/tokenizer a writable stream? #37

papandreou opened this issue Oct 11, 2011 · 1 comment

Comments

@papandreou
Copy link
Contributor

It's a nice touch that you can hand a readable stream to parser.parse, but it would be even more flexible if the parser was able to act as a writable stream so the stream piping logic could reside in the calling code.

Seems like this is an "emerging pattern" :)

@aredridel
Copy link
Owner

Good call. I'll see what I can do! Pull requests welcome, of course.

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

2 participants