issues
search
ollef
/
sixten
Functional programming with fewer indirections
BSD 3-Clause "New" or "Revised" License
759
stars
26
forks
source link
Improve error reporting
#124
Closed
ollef
closed
5 years ago
ollef
commented
5 years ago
[ ] Report errors as we go, instead of at the end of compilation or type checking as we currently do.
[ ] Respect
silentErrors
, which should turn off error reporting.
[ ] Add an option to stop compiling after N errors. This could be used to speed up the error tests.
silentErrors
, which should turn off error reporting.