Converts to module and updates README and LICENSE
Enables parser of dsv to struct to handle less fields than the dsv contains
Including fieldName in the field struct
Merge pull request #3 from romuloalves/dsv-to-struct
Dsv to struct
Fixing DSV tests of merge with master
Merge pull request #2 from romuloalves/rewriting-flags
Rewriting flags
Developing function to convert from dsv to struct
Merge branch 'master' into dsv-to-struct
Creating test of struct to dsv with default values using - in the flag
Merge branch 'master' into rewriting-flags
Adding dependency manager
Developing the new way of get the tag value
Rewriting examples in the documentation
Fixing some array initialization
Developing function to convert dsv to struct
Renaming main function to be clearer
Developing function to generate dsv