evincarofautumn / kitten

A statically typed concatenative systems programming language.
http://kittenlang.org/
Other
1.1k stars 41 forks source link

Accumulate resolution and typechecking errors #45

Closed strager closed 11 years ago

strager commented 11 years ago

Errors are aggregated where possible and sorted when printed. This matches the error behaviour of many compilers (e.g. GCC and GHC).

Fixes issue #29.