nemo icon indicating copy to clipboard operation
nemo copied to clipboard

Support incremental parsing

Open mmarx opened this issue 2 years ago • 0 comments

Currently, the parser requires one large String of everything to parse. Switch to nom's incremental parsing, which should mostly be changing a few imports and possible handling some Incomplete errors, and have a wrapper that can chunk large inputs.

Depends on #58 being merged.

mmarx avatar Nov 09 '22 11:11 mmarx