Skip to content

Refactor error messages

Ondřej Čertík requested to merge certik/lfortran:err3 into master
  • Semantic errors now show the line + position
  • The Jupyter kernel shows errors (in the notebook / console)
  • Error reporting functions now return a string (instead of printing to std::err directly)

Merge request reports