Messaging¶
Messaging is how the compiler communicates warnings and errors to the user. It's based around the OutputMessage
trait which accepts messages from different parts of the compiler code. See its documentation for an example how to to use it.
Todo
Expand this page.