softwarelanguageslab/maf

Parser fails when file ends on comment

Closed this issue · 0 comments

The Scheme parser fails when a file ends on a comment.

Comment by OPIMedia:

In my version to correct that bug I had simply systematically add an empty line when reading the file. It's dirty, but it was worked.

EDIT : I have a doubt! Maybe it was to correct the problem when the last line was not empty.