softwarelanguageslab / maf

Static Analysis Framework for Modular Analyses
Other
13 stars 12 forks source link

Parser fails when file ends on comment #8

Closed jevdplas closed 3 years ago

jevdplas commented 3 years ago

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.