Closed fvictorio closed 5 years ago
Instead of having this error message:
ParserError: missing '(' at 'uint'
show this:
ParserError: missing '(' at 'uint' (5:33)
I think this can make a huge difference when the parse error is not caught and ends up being shown to the user.
Instead of having this error message:
show this:
I think this can make a huge difference when the parse error is not caught and ends up being shown to the user.