The defFileParser verifies DEF files. The parser mechanism exposes the DEF data with callback functionality.
This library is only to parse, at the lowest level, the information contained in the DEF files. It does not provide an API to store this data in any persistent manner. This is where the programmer must add their implementation on top of this library to make the data useful.
If you or your company would like to participate in this project, please email us at [email protected]. If you want to do simple code or documentation fixes but do not want to be a participating party, please take a look at these instructions on how to create a new pull request https://help.github.com/articles/creating-a-pull-request/.
If you would like to ensure that this library covers a particular file or coverage of data in a file, please email us a test case file at [email protected] or check it into the testData directory by following these instructions: https://help.github.com/articles/creating-a-pull-request/. Please do not check-in any data that you don't want shared with the world. We do not take any responsibility for design data that is part of this repository.