haxetink / tink_io

Asynchronous I/O everywhere
https://haxetink.github.io/tink_io
MIT License
18 stars 12 forks source link

parseStream #25

Closed kevinresol closed 7 years ago

kevinresol commented 7 years ago

This implementation is not ideal because it is not lazy. But I think the problem lies in the implementation of doParse, which would undergo an overhaul anyway.

kevinresol commented 7 years ago

Well I managed to fix the whole thing. So merging for now.