I am writing a compiler. I have a question regarding errors. I am fairly sure they should be written to stdout. Does anybody know the formating recognized by the IDE. That is being able to Goto source line error. I think the line looks some like:
<file>:<line>:<column>:<text>
Thanks.
<file>:<line>:<column>:<text>
Thanks.