Commit graph

2 commits

Author SHA1 Message Date
04b3c3f273 Added pyaccuwage-parse script.
We encountered a problem with the parser where a description contained
a range value and the parse thought it was the beginning of a new field
definition. We should be able to exclude the incorrect range values
by looking at our last good range, and if the range does not continue
the previous range, then it is probably incorrect and can be discarded.

These changes can probably be performed in the tokenize section of the
parser.
2012-06-02 15:16:13 -05:00
69da154e59 attempting to add a commandline script 2012-06-02 14:18:48 -05:00