Skip to content

Resolve LOOP-191 "Compiler errors line"

Kane Petra requested to merge LOOP-191-compiler-errors-line into main

Adds compiler errors that are similar in looks to syntax errors. Detailed:

  • Add location info to CompilerException
  • Add location info to parsed objects
  • Pretty print a CompilerException

Closes LOOP-191

Merge request reports