Open KodrAus opened 7 years ago
This library is using a kind of home-grown sanitising parser. That was ok when it was simple but it's getting a bit more complex now.
For future maintainability, and potential performance improvements, we should replace the parser with something like nom.
nom
This library is using a kind of home-grown sanitising parser. That was ok when it was simple but it's getting a bit more complex now.
For future maintainability, and potential performance improvements, we should replace the parser with something like
nom
.