tdecaluwe / node-edifact

Javascript stream parser for UN/EDIFACT documents.
https://www.npmjs.com/package/edifact
Apache License 2.0
50 stars 13 forks source link

Better Tracker implementation #13

Closed tdecaluwe closed 8 years ago

tdecaluwe commented 8 years ago

This PR improves the correctness of the tracking algorithm used and adds better specifications to test this correctness. The previous algorithm only passed 15 out of these 19 tests. Speed is also slightly improved, mainly because it eliminates more incorrect paths sooner.