softwarelanguageslab / maf

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

Better error reporting by Scheme parser #7

Open jevdplas opened 3 years ago

jevdplas commented 3 years ago

Currently, when the Scheme parser fails, a fixed error message is displayed. However, the parser may fail due to multiple reasons. In every case, the same error is thrown. This makes debugging complex.