aaronhuggins / node-x12

ASC X12 parser, generator, query engine, and mapper; now with support for streams.
https://aaronhuggins.github.io/node-x12/
MIT License
49 stars 14 forks source link

Implement parser stream #3

Closed ahuggins-nhs closed 4 years ago

ahuggins-nhs commented 4 years ago

The capability to treat an EDI document as a stream should reduce memory overhead of standard parser function.

ahuggins-nhs commented 4 years ago

Finished documentation and testing, good to merge.