Is there a way to get the line and character position of a warning? Specifically for the missing_semicolon rule. Currently I get ----^ in the result but would be interested in getting Line (5) Char (10) for example.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Is there a way to get the line and character position of a warning? Specifically for the missing_semicolon rule. Currently I get ----^ in the result but would be interested in getting Line (5) Char (10) for example.
FYI, I believe it's __LINE__ and __COL__.