The new verison compiled with no errors on my linux box. I get these runtime errors though:
when using the bigger input files:
ubuntu@ubuntu-laptop:~/Documents$ ./test desc.txt data.txt
Dml Error: at line 1
Dml error: Missing ; at line 2
ubuntu@ubuntu-laptop:~/Documents$
And with the smaller files from the original post:
ubuntu@ubuntu-laptop:~/Documents$ ./test desc.txt data.txt
Dml Error xxx at line 4
ubuntu@ubuntu-laptop:~/Documents$
I hope those errors help you.