Name Last Update
..
160622_Polish_MateParser.mdl Loading commit data...
README.txt Loading commit data...
d2 output.txt Loading commit data...
edges output.txt Loading commit data...
is output.txt Loading commit data...
test.csv Loading commit data...
test.out Loading commit data...

README.txt

test.csv contains an example input to the parser.
test.out contains the output generated by the parser given the example as the input.
d2 output.txt contains the value of the variable d2 printed out just before Decoder.decode is called in Parser.parse given the example as the input.
is output.txt contains the value of the variable is printed out just before Decoder.decode is called in Parser.parse given the example as the input.
edges output.txt contains the values of the variables Edges.edges and Edges.def printed out at the end of Parser's constructor given the example as the input.