I've got the following in Parslet.
'] at line 1 char 27.
| |- Expected "\n", but got "\\" at line 1 char 27.
| `- Expected "\r\n", but got "\\n" at line 1 char 27.
which I'm slightly confused about as there isn't two slashed in the original string. To help me debug, is there a way of outputting the particular char and preferably the ordinal number too? Or do I have to refer back to the original string?