committed
committed copied to clipboard
display line number and column in error message
Please consider printing all errors in the format line:column: <error message>
This would enable building linters for text editors such as micro.
We'rd need to massively re-work our parser to track this information. Its been mixed of what people want out of our the parser, some wanting little overhead while cases like this want a bunch of features included. I'm leaning towards supporting cases like this.