Right now none of the functionality is actually being tested and basically all bugs are found out of luck or in production, which is not good.
Solution
A testing framework/library like AceUnitor GNU Autounit should be used to test the important parsing functions first, as these are of the most priority, and then over time can the tests be expanded to hopefully cover everything or nearly everything.
Problem
Right now none of the functionality is actually being tested and basically all bugs are found out of luck or in production, which is not good.
Solution
A testing framework/library like
AceUnit
orGNU Autounit
should be used to test the important parsing functions first, as these are of the most priority, and then over time can the tests be expanded to hopefully cover everything or nearly everything.