Skip to content

Improve simple error messages

Quinten Cabo requested to merge Quinten/sac2c:improve-error-messages into develop

This mr includes some simple error message improvements:

  • Add hint when trying to compile an empty file
  • Improve errors you get when things are export or provided from a file but not actually defined. Now it will correctly say provide or exported instead of both.
  • Include a link to where to download dot when you want to run dot to visualize the ast
Edited by Quinten Cabo

Merge request reports