SciRuby / rubex

rubex - A Ruby-like language for writing Ruby C extensions.
BSD 2-Clause "Simplified" License
451 stars 21 forks source link

Better error reporting #52

Open v0dro opened 6 years ago

v0dro commented 6 years ago

Various methods for catching errors exist in compilers. Document best approaches for doing so in this issue and tackle the following problems in error reporting:

Errors to handle:

v0dro commented 6 years ago

Preliminary resources: