SwiftStudies/OysterKit

Support parsing a plain byte stream

daniel-abramov opened this issue · 0 comments

Based on the examples and the definition of a parse() function it looks like it's only possible to parse strings, not the more generic Data. I think it would be a nice feature if it would be possible to run the parser over a generic Data as this would allow to parse more complex grammars where some rules may define a blob array or something like that.