parsley icon indicating copy to clipboard operation
parsley copied to clipboard

Support for Alternative Input Sources

Open j-mie6 opened this issue 1 year ago • 0 comments

Parsley currently accepts providing input as a String and parsing directly from a File. However, the file support is limited, and still reads in the entire file into memory in advance. It would be nicer to support a more generic system for providing input, including from InputStream. Preliminary work has been performed towards this in https://github.com/minut1bc/Parsley/tree/stream, but incorporating this may take some time and further optimisation and porting to Parsley 4 is required.

j-mie6 avatar Nov 22 '22 20:11 j-mie6