nemo
nemo copied to clipboard
Support incremental parsing
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.