parsley
parsley copied to clipboard
Multi-character error caret
It's a little odd that when you have something like unexpected "abc"
that it still has something like:
> abc
> ^
Why not have
> abc
> ^^^
This could be enabled by adding a caretWidth
argument to lineInfo
in the ErrorBuilder.